Skip to content

Commit

Permalink
Removing ytopt from 3.12 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Nov 8, 2023
1 parent f87bfd9 commit 5dbd8ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
pip install --upgrade git+https://github.com/bandframework/surmise.git@develop
- name: Build ytopt and dependencies
if: matrix.python-version != '3.11' && matrix.os != 'macos-latest'
if: matrix.python-version <= '3.10' && matrix.os != 'macos-latest'
run: |
pip install scikit-learn==1.1.2
pip install pandas==1.5.3
Expand Down Expand Up @@ -187,8 +187,8 @@ jobs:
pip install -e .
flake8 libensemble
- name: Remove ytopt-heffte test on Python 3.11 (easy way)
if: matrix.python-version == '3.11'
- name: Remove ytopt-heffte test on Python 3.11 and 3.12
if: matrix.python-version <= '3.11'
run: |
rm ./libensemble/tests/regression_tests/test_ytopt_heffte.py
Expand Down

0 comments on commit 5dbd8ae

Please sign in to comment.