diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99a406f7..10581a64 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 . @@ -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