Skip to content

Commit

Permalink
Refactor: remove strict channel
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Oct 2, 2024
1 parent 7c2ff84 commit 72f68bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
python-version: ${{ matrix.python-version }}

# Cache conda environments
- name: Caching conda environment dependencies
- name: Caching/Restoring conda environment dependencies
id: cache-conda
uses: actions/cache@v4
env:
Expand Down Expand Up @@ -326,7 +326,6 @@ jobs:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
activate-environment: anaconda-client-env
channel-priority: strict
use-only-tar-bz2: true


Expand Down

0 comments on commit 72f68bd

Please sign in to comment.