Skip to content

Commit

Permalink
change dev-requirements to include pytest for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfdf committed Aug 5, 2024
1 parent 17270d3 commit fd290d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install deps
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r dev-requirements.txt
- name: Run tests
run: |
Expand Down
4 changes: 3 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pytest~=7.4.4
pytest~=7.4.4
numpy~=1.26.2
polars~=1.0

0 comments on commit fd290d4

Please sign in to comment.