Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Nov 11, 2024
1 parent bc3baf4 commit 2986447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Create environment file without cyipopt for Python 3.13
if: matrix.python-version == '3.13'
run: |
grep -v 'cyipopt' ./.tools/envs/testenv-linux.yml > ./.tools/envs/no-cyipopt.yml
grep -v 'cyipopt' ./.tools/envs/testenv-linux.yml > ./.tools/envs/py313.yml
- name: create build environment on Python 3.13
if: matrix.python-version == '3.13'
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ./.tools/envs/testenv-linux-no-cyipopt.yml'
environment-file: ./.tools/envs/py313.yml'
cache-environment: true
create-args: |
python=3.13
Expand Down

0 comments on commit 2986447

Please sign in to comment.