Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Jodry authored and Etienne Jodry committed May 10, 2024
1 parent 3868cb8 commit f7d0085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install -r src/requirements/dev.txt
pip install .
pip install -r src/requirements/prod.txt
- name: Run tests
run: |
pytest src/biodm/tests/
Expand Down
1 change: 0 additions & 1 deletion src/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r common.txt
-r prod.txt
kubernetes==29.0.0
mypy==1.10.0
pytest==8.1.1
Expand Down

0 comments on commit f7d0085

Please sign in to comment.