Skip to content

Commit

Permalink
Update CI and publish workflows to install requirements AND dev-requi…
Browse files Browse the repository at this point in the history
…rements
  • Loading branch information
gwenwindflower committed Apr 7, 2024
1 parent 4737d48 commit aff2cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
python3 -m pip install uv
uv pip install -r requirements.txt --system
uv pip install -r dev-requirements.txt --system
- name: Lint with ruff
run: ruff check
- name: Test with pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
uv pip install -r requirements.txt --system
uv pip install -r dev-requirements.txt --system
- name: Lint code
run: ruff check
- name: Run tests
Expand Down

0 comments on commit aff2cf6

Please sign in to comment.