Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rusiaaman committed Dec 21, 2024
1 parent 9da94c0 commit a4ffbcd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
python-version: "${{ matrix.python-version }}"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install .[dev] # Installs dependencies based on pyproject.toml
pip install uv
uv venv --python "${{ matrix.python-version }}"
- name: Run tests
run: |
python -m unittest discover -s tests
uv run python -m unittest discover -s tests

0 comments on commit a4ffbcd

Please sign in to comment.