Skip to content

Commit

Permalink
Bugfix/fix test pipeline (#11)
Browse files Browse the repository at this point in the history
* Add requirements-dev to pipeline step
  • Loading branch information
thread53 authored Feb 21, 2024
1 parent df05eb7 commit df1b47c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install build
- name: Test with pytest
run: |
pip install pytest
pip install -r requirements-dev.txt
pytest -vv
- name: Build package
run: python -m build
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest==8.0.0
textual==0.46.0
pyarrow===12.0.1

0 comments on commit df1b47c

Please sign in to comment.