Skip to content

Commit

Permalink
Point to new requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Nov 1, 2023
1 parent 7568455 commit 9f7a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
python-version: 3.10.9
- name: Install and build
run: pip install .
run: pip install -r requirements-dev.txt
- name: Run tests
run: pytest

0 comments on commit 9f7a76a

Please sign in to comment.