From 7492a3bb2490ac713b8ecf1482edd6b6593c7a51 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 8 Aug 2024 11:27:54 -0400 Subject: [PATCH] more version --- .github/workflows/main.yaml | 3 +-- ci/environment-friends.yml | 2 +- ci/environment-win.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7999dbd30..50789d62f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,8 +28,7 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: environment-file: ci/environment-py38.yml - create-args: >- - python=${{ matrix.PY }} + python-version: ${{ matrix.PY }} - name: Run Tests shell: bash -l {0} diff --git a/ci/environment-friends.yml b/ci/environment-friends.yml index 570ad4817..114c85444 100644 --- a/ci/environment-friends.yml +++ b/ci/environment-friends.yml @@ -2,7 +2,7 @@ name: test_env channels: - conda-forge dependencies: - - python=3.9 + - python=3.12 - pytest - pytest-asyncio !=0.22.0 - pytest-benchmark diff --git a/ci/environment-win.yml b/ci/environment-win.yml index 7f8eee0b5..a66341863 100644 --- a/ci/environment-win.yml +++ b/ci/environment-win.yml @@ -2,4 +2,4 @@ name: test_env channels: - conda-forge dependencies: - - python=3.9 + - python=3.11