Skip to content

Commit

Permalink
Simplify setup-miniconda@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Mar 24, 2024
1 parent 6d84bd0 commit d1ea8b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/step_tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
auto-activate-base: false
activate-environment: jupytext-ci
channels: defaults,conda-forge
environment-file: .ci/environment-ci.yml
use-only-tar-bz2: true

- name: Install from source
run: python -m pip install -e '.[test-external,test-cov]'
Expand Down

0 comments on commit d1ea8b5

Please sign in to comment.