Skip to content

Commit

Permalink
Fix find-conda step in workflow; bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Oct 18, 2023
1 parent b52b95c commit 70fa113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: find conda
id: find-conda
run: |
echo "name=CONDA::$CONDA" >> $GITHUB_OUTPUT
echo "CONDA=$CONDA" >> $GITHUB_OUTPUT
- name: fix conda permissions
if: runner.os == 'macOS'
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v3
env:
# Increase this to reset the cache if the key hasn't changed.
CACHE_NUM: 8
CACHE_NUM: 9
with:
path: |
${{ steps.find-conda.outputs.CONDA }}/envs/${{ env.CONDA_ENV_NAME }}
Expand Down

0 comments on commit 70fa113

Please sign in to comment.