Skip to content

Commit

Permalink
fix ignored python version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 28, 2024
1 parent 103eb23 commit 4082d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
miniforge-variant: Mambaforge
activate-environment: bitinfo-tests
python-version: '3.11'
- name: Set up conda environment
run: |
mamba env update -f tests/environment.yml
environment-file: tests/environment.yml
- name: Conda info
run: conda info
- name: Conda list
Expand All @@ -67,9 +65,7 @@ jobs:
activate-environment: bitinfo-tests
auto-update-conda: false
python-version: '3.11'
- name: Install conda dependencies
run: |
mamba env update -f tests/environment.yml
environment-file: tests/environment.yml
- name: Install xbitinfo
run: |
python -m pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion tests/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bitinfo-tests
channels:
- conda-forge
dependencies:
- python<3.13
- python
- julia<1.9.0
- pyjulia
- curl<8.10
Expand Down

0 comments on commit 4082d85

Please sign in to comment.