Skip to content

Commit

Permalink
[TASK] towards build with tests passing
Browse files Browse the repository at this point in the history
Only taking tests in dir tests/ into account
  • Loading branch information
PierreSchnizer committed Sep 11, 2023
1 parent fd30464 commit 23a6df7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,7 @@ jobs:
sudo apt-get install python3-pandas python3-scipy python3-xarray
- name : thor-scsi-lib test python package
run: pytest-3 python
# consider removing tests ....
# so more tests will be run
# bba_test needs scikit-learn ... don't want to blow that image
run: pytest-3 python/tests/

0 comments on commit 23a6df7

Please sign in to comment.