Skip to content

Commit

Permalink
modern uv
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Sep 21, 2024
1 parent 370e532 commit 24d5740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies
working-directory: python/gritql
working-directory: python
run: |
uv pip install -r pyproject.toml
uv pip install .
- name: Run tests
working-directory: python/gritql
working-directory: python
run: |
uv pip run pytest
uv run pytest

0 comments on commit 24d5740

Please sign in to comment.