Skip to content

Commit

Permalink
Determining if ax-platform works on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Apr 12, 2024
1 parent 8adf609 commit fa1e952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,12 @@ jobs:
- name: Install generator dependencies
run: |
python -m pip install --upgrade pip
pip install mpmath matplotlib
pip install mpmath matplotlib ax-platform
conda env update --file install/gen_deps_environment.yml
- name: Install ax-platform
if: matrix.python-version != '3.12'
run: |
pip install ax-platform
pip install gpcam
- name: Install surmise
Expand Down

0 comments on commit fa1e952

Please sign in to comment.