Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Aug 4, 2024
1 parent 72861b3 commit e7006d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -v src/
pip install -r src/requirements.txt
- name: Install test dependencies
run: pip install -r .github/workflows/requirements.txt
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==8.2.2
pytest==8.2.2
1 change: 1 addition & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jsonyx==1.1.0
16 changes: 0 additions & 16 deletions src/setup.py

This file was deleted.

0 comments on commit e7006d7

Please sign in to comment.