Skip to content

Commit 7a8d333

Browse files
committed
fix gpcam install condition
1 parent 6363177 commit 7a8d333

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/extra.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,17 @@ jobs:
5959
- name: Install other testing dependencies
6060
run: |
6161
pixi run -e ${{ matrix.python-version }} install/install_ibcdfo.sh
62-
pixi run -e ${{ matrix.python-version }} pip install gpcam==8.1.13
6362
6463
- name: Install libEnsemble, flake8, lock environment
6564
run: |
6665
pip install -e .
6766
flake8 libensemble
6867
68+
- name: Install gpcam
69+
if: matrix.python-version != 'py313e' && matrix.python-version != 'py314e'
70+
run: |
71+
pixi run -e ${{ matrix.python-version }} pip install gpcam==8.1.13
72+
6973
- name: Remove test using octave, gpcam, globus-compute on Python 3.13
7074
if: matrix.python-version == 'py313e' || matrix.python-version == 'py314e'
7175
run: |

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ extra = [
209209
"enchant>=0.0.1,<0.0.2",
210210
"proxystore>=0.8.3,<0.9",
211211
"redis>=7.1.0,<8",
212-
"gpcam>=7.4.2,<9",
213212
"surmise>=0.3.0,<0.4",
214213
]
215214
dev = ["wat>=0.7.0,<0.8"]

0 commit comments

Comments
 (0)