Skip to content

Commit

Permalink
chore: Update Python compatibility workflow and client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guptadev21 committed Oct 24, 2024
1 parent e4672e4 commit ac03fcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: PyTest
run: pytest tests/test_get_token.py

0 comments on commit ac03fcd

Please sign in to comment.