Skip to content

Commit

Permalink
Do not test GSL for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Sep 8, 2023
1 parent 2e57656 commit ebf8c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/continuous-integration/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
test_in_parallel=in_parallel,
reset_preferences=reset_preferences,
float_dtype=float_dtype,
test_GSL=True,
test_GSL=False,
sphinx_dir=sphinx_dir,
additional_args=args)
else:
Expand All @@ -73,7 +73,7 @@
test_in_parallel=in_parallel,
reset_preferences=reset_preferences,
float_dtype=float_dtype,
test_GSL=True,
test_GSL=False,
sphinx_dir=sphinx_dir,
additional_args=args)

Expand Down

0 comments on commit ebf8c96

Please sign in to comment.