Skip to content

Commit

Permalink
e fix test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Raml committed Oct 24, 2024
1 parent 6ca7be4 commit 84c8539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/geospade_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Install package and test
shell: bash -l {0}
run: |
pip install .
python setup.py test
pip install .[testing]
pytest
- name: Upload Coverage
shell: bash -l {0}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/geospade_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Install package and test
shell: bash -l {0}
run: |
pip install .
python setup.py test
pip install .[testing]
pytest

0 comments on commit 84c8539

Please sign in to comment.