Skip to content

Commit

Permalink
#7: temporarily desable cache to load python missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-bfsquall committed Sep 26, 2024
1 parent 013fccd commit bb7de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
conda env list
- name: Setup VTK ${{ matrix.host.vtk }}
if: ${{steps.base-cache.outputs.cache-hit != 'true'}}
# if: ${{steps.base-cache.outputs.cache-hit != 'true'}}
run: |
VTK_DIR=${{ env.VTK_BUILD_DIR }} VTK_SRC_DIR=${{ env.VTK_SRC_DIR }} bash ./ci/setup_vtk.sh
Expand Down

0 comments on commit bb7de5d

Please sign in to comment.