Skip to content

Commit

Permalink
New CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 27, 2024
1 parent df0d371 commit 78003f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-production.txt
pip install -r requirements-test.txt
- name: Test with pytest
run: |
Expand Down
4 changes: 4 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage
pytest
pytest-cov
pytest-mock
28 changes: 0 additions & 28 deletions requirements.txt

This file was deleted.

0 comments on commit 78003f1

Please sign in to comment.