From 29864476d6e8a5939aa988bbbff16e8f154cb154 Mon Sep 17 00:00:00 2001 From: Tim Mensinger Date: Mon, 11 Nov 2024 20:14:04 +0100 Subject: [PATCH] Fix GHA --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca9cdc76c..346bbadba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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