Skip to content

Commit

Permalink
more version
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 8, 2024
1 parent 03ce199 commit 7492a3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.11

0 comments on commit 7492a3b

Please sign in to comment.