Skip to content

Commit dc2e709

Browse files
committed
adjust CI
1 parent a922be1 commit dc2e709

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest]
1919
mpi-version: [mpich]
20-
python-version: ["py310", "py311", "py312", "py313", "py314"]
20+
python-version: ["py311", "py312", "py313", "py314"]
2121
comms-type: [m, l]
2222
include:
2323
- os: macos-latest

.github/workflows/extra.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
mpi-version: [mpich]
14-
python-version: ["py310e", "py311e", "py312e", "py313e", "py314e"]
14+
python-version: ["py311e", "py312e", "py313e", "py314e"]
1515
comms-type: [m, l]
1616
include:
1717
- os: macos-latest
@@ -70,13 +70,6 @@ jobs:
7070
run: |
7171
pixi run -e ${{ matrix.python-version }} pip install gpcam==8.1.13
7272
73-
- name: Remove xopt tests on old python
74-
if: matrix.python-version == 'py310e'
75-
run: |
76-
rm ./libensemble/tests/regression_tests/test_xopt_EI_xopt_sim.py
77-
rm ./libensemble/tests/regression_tests/test_xopt_EI.py
78-
rm ./libensemble/tests/regression_tests/test_xopt_nelder_mead.py
79-
8073
- name: Remove test using octave, gpcam, globus-compute on Python 3.13
8174
if: matrix.python-version == 'py313e' || matrix.python-version == 'py314e'
8275
run: |

0 commit comments

Comments
 (0)