Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb authored Aug 9, 2022
1 parent b56a11f commit f31ec20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install gfortran
python -m pip install --upgrade pip
pip install --no-cache-dir -U -r requirements.txt | cat
- name: Test
Expand All @@ -29,7 +28,6 @@ jobs:
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true
run: |
rm plum/function.*.so
pytest -v --cov=plum --cov-report term-missing
coveralls --service=github
coveralls:
Expand Down

0 comments on commit f31ec20

Please sign in to comment.