Skip to content

Commit

Permalink
Added test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoArkadeep committed Jan 7, 2025
1 parent 39e03a8 commit b1cfc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish2pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Adjust this to your dependencies file if needed
pip install .
pip install -r ./tests/test-requirements.txt # Adjust this to your dependencies file if needed
- name: Run tests with pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions tests/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest

0 comments on commit b1cfc9c

Please sign in to comment.