Skip to content

Commit

Permalink
use pip for now?
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 14, 2024
1 parent 4bac42a commit 8069b9c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
uses: chartboost/ruff-action@v1
# it may move, see https://github.com/astral-sh/ruff/issues/8400

- name: Setup uv
uses: yexz123/setup-uv@v4

- name: Install dependencies
run: |
uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
run:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt

- name: Run tests
run: pytest

0 comments on commit 8069b9c

Please sign in to comment.