We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a373 commit 4ebbfc3Copy full SHA for 4ebbfc3
1 file changed
.github/workflows/extra.yml
@@ -77,6 +77,7 @@ jobs:
77
rm ./libensemble/tests/regression_tests/test_persistent_fd_param_finder.py # needs octave, which doesn't yet support 3.13
78
rm ./libensemble/tests/regression_tests/test_persistent_aposmm_external_localopt.py # needs octave, which doesn't yet support 3.13
79
rm ./libensemble/tests/regression_tests/test_gpCAM.py # needs gpcam, which doesn't build on 3.13
80
+ rm ./libensemble/tests/regression_tests/test_persistent_gp_multitask_ax.py # needs ax-platform, which doesn't yet support 3.14
81
82
- name: Start Redis
83
if: matrix.os == 'ubuntu-latest'
0 commit comments