Skip to content

Commit

Permalink
like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Dec 30, 2024
1 parent 774152e commit 9fe0a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ford numpy matplotlib gcovr numpy scipy
pip install ford numpy matplotlib gcovr numpy scipy coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo apt-get install libnlopt-dev
Expand All @@ -69,7 +69,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ipqa-research/yaeos
files: "**/coverage.xml"
files: "coverage.xml"

Python-API:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9fe0a59

Please sign in to comment.