Skip to content

Commit

Permalink
do not cache environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 12, 2023
1 parent a0628cd commit 38a02a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
conda
cache-environment: true
cache-downloads: true
init-shell: none
generate-run-shell: true
- run: conda env export --no-build | grep -v "name:" | grep -v "prefix:"
Expand Down Expand Up @@ -168,8 +166,6 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
conda
cache-environment: true
cache-downloads: true
init-shell: none
generate-run-shell: true
- run: echo "version=$(conda list | awk '$1 == "${{ matrix.package }}" {print $2}')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 38a02a4

Please sign in to comment.