Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/GAA-UAM/scikit-fda.git i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
vnmabus committed Apr 15, 2023
2 parents 8f1f4c8 + 2b04adb commit 3857e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

- name: Install dependencies
run: |
pip3 install codecov pytest-cov || pip3 install --user codecov pytest-cov;
pip3 install pytest-cov || pip3 install --user pytest-cov;
- name: Run tests
run: |
pip3 debug --verbose .
pip3 install numba
pip3 install ".[test]"
coverage run --source=skfda/ -m pytest;
pytest --cov=skfda/ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit 3857e15

Please sign in to comment.