Skip to content

Commit

Permalink
try out gpcam on py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Aug 22, 2024
1 parent 358b335 commit 9ef8b13
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,8 @@ jobs:
python -m pip install --upgrade pip
pip install mpmath
pip install matplotlib
conda env update --file install/gen_deps_environment.yml
#- name: Install ax-platform
# run: pip install "ax-platform<=0.4.0"

- name: Install gpcam
if: matrix.python-version != '3.12'
run: |
pip install gpcam
conda env update --file install/gen_deps_environment.yml
- name: Install surmise
if: matrix.os != 'macos-latest'
Expand Down

0 comments on commit 9ef8b13

Please sign in to comment.