Skip to content

Commit

Permalink
change environment for doctest and notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanBakliwal authored Apr 18, 2024
1 parent 92d614a commit e127fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
with:
channels: conda-forge
miniforge-variant: Mambaforge
activate-environment: bitinfo-docs
activate-environment: bitinfo-tests
auto-update-conda: false
python-version: '3.11'
- name: Install conda dependencies
run: |
mamba env update -f docs/environment.yml
mamba env update -f tests/environment.yml
- name: Install xbitinfo
run: |
python -m pip install -e .
Expand All @@ -96,11 +96,11 @@ jobs:
auto-update-conda: false
channels: conda-forge
miniforge-variant: Mambaforge
activate-environment: bitinfo
activate-environment: bitinfo-docs
python-version: '3.11'
- name: Set up conda environment
run: |
mamba env update -f environment.yml
mamba env update -f docs/environment.yml
- name: Remove julia (issue #212)
run: |
conda remove julia
Expand Down

0 comments on commit e127fff

Please sign in to comment.