Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Bump nanoid from 3.3.7 to 3.3.8 in /ui #1

Bump nanoid from 3.3.7 to 3.3.8 in /ui

Bump nanoid from 3.3.7 to 3.3.8 in /ui #1

name: Python Client Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: pip install requests pytest pytest-asyncio
- name: Generate the client library, install it, and run the tests
run: ./clients/python/run-tests.sh