Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Jun 20, 2024
1 parent 25a3d02 commit 55428f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install --upgrade pip
python3 -m venv venv
. venv/bin/activate
sudo pip install -r requirements-coverage.txt
pip install -r requirements-coverage.txt
- run:
name: Run coverage
command: |
Expand Down Expand Up @@ -75,6 +75,7 @@ workflows:
only:
- master
- before-release
- fix/coverage



Expand Down

0 comments on commit 55428f0

Please sign in to comment.