Skip to content

Commit

Permalink
Workflow coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Jun 28, 2024
1 parent 1ec759a commit dc8a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cd webservice
python -m pip install --upgrade pip
apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends libpq-dev gcc libc6-dev gpg git
pip install -r webservice/requirements.txt
pip install -r requirements.txt
- name: Run tests with coverage
run: |
Expand Down

0 comments on commit dc8a3f2

Please sign in to comment.