Skip to content

Commit

Permalink
reset python version
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Apr 17, 2024
1 parent 38c77a2 commit 48c745d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,10 @@ jobs:
channels: conda-forge
miniforge-variant: Mambaforge
activate-environment: bitinfo-docs
python-version: '3.11'
python-version: '3.9'
- name: Set up conda environment
run: |
mamba env update -f docs/environment.yml
- name: Remove julia (issue #212)
run: |
conda remove julia
- name: Conda info
run: conda info
- name: Conda list
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ channels:
- conda-forge
dependencies:
- python
- julia<1.9.0
- pyjulia
- matplotlib-base
- numpy
- pooch
Expand Down

0 comments on commit 48c745d

Please sign in to comment.