Skip to content

Commit

Permalink
test just partials
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Anibal committed Nov 2, 2023
1 parent 6bed58d commit 605d91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/wheels/cibw_test_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ set -xe
PROJECT_DIR="$1"

cd $PROJECT_DIR/tests
python -m unittest -v
# python -m unittest -v
#HACK: if the tests are not split up the CI runs out of memory...

python -m unittest -v test_analysis.py &&python -m unittest -v test_io.py &&
python -m unittest -v test_surf_geom.py &&
Expand Down

0 comments on commit 605d91f

Please sign in to comment.