Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fix conda action (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-tandon authored Oct 27, 2022
1 parent d1f653a commit de9c700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python }}
auto-activate-base: true
activate-environment: ""
activate-environment: true
- name: get pip cache dir
id: pip-cache-dir
run: |
Expand Down

0 comments on commit de9c700

Please sign in to comment.