Skip to content

Commit 26cdbce

Browse files
authored
Python: don’t use the CI cache of the nodejs build
1 parent 75058cb commit 26cdbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_test_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: pyvista/setup-headless-display-action@v4
3737
- uses: ./.github/actions/setup-rust
3838
with:
39-
key: x-napi-v2-${{ steps.node-install.outputs.node-version }} # the cache key consists of a manually bumpable version and the node version, as the cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory.
39+
key: x-python-v0-${{ steps.node-install.outputs.node-version }} # the cache key consists of a manually bumpable version and the node version, as the cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory.
4040
- uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.12"

0 commit comments

Comments
 (0)