Skip to content

Commit

Permalink
modified .yml to get correct coverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Jack Marden authored and Joshua Jack Marden committed Aug 19, 2024
1 parent 2836824 commit 005e5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
source venv/bin/activate # Ensure the virtual environment is active
pip install --upgrade pip # Upgrade pip within the virtual environment
pip install 'coverage>=4.0,<4.4' # Install a compatible version of coverage.py
pip install -r requirements.txt # Install dependencies from requirements.txt
pip install codeclimate-test-reporter # Install CodeClimate Test Reporter
Expand Down

0 comments on commit 005e5fd

Please sign in to comment.