Skip to content

Commit

Permalink
#133: ci: disable conda cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 23, 2024
1 parent 773734c commit 070d6b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ jobs:
path: |
${{ env.VTK_SRC_DIR }}
${{ env.VTK_BUILD_DIR }}
${{ env.CONDA_PATH }}
~/.zshrc
~/.bash_profile
key: ${{ env.CACHE_KEY }}
save-always: true

- name: Setup Conda
if: ${{steps.base-cache.outputs.cache-hit != 'true'}}
# if: ${{steps.base-cache.outputs.cache-hit != 'true'}}
run: |
sudo CONDA_PATH=${{ env.CONDA_PATH }} bash ./ci/setup_conda.sh ${{ join(matrix.host.python) }}
Expand Down

0 comments on commit 070d6b5

Please sign in to comment.