Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Feb 20, 2024
1 parent 24cb2e0 commit ee8bf80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip pytest pytest-cov
python -m pip install -e ".[xiplot]"
python -m pip install --upgrade pip
python -m pip install xiplot pytest pytest-cov
python -m pip install -e .
- name: Test with pytest
run: |
pytest --cov-report term --cov=slisemap_interactive --cov-fail-under=70
Expand Down

0 comments on commit ee8bf80

Please sign in to comment.