We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94931d commit e5cd4ceCopy full SHA for e5cd4ce
.github/workflows/pants.yaml
@@ -28,6 +28,7 @@ jobs:
28
# This action bootstraps pants and manages 2-3 GHA caches.
29
# See: github.com/pantsbuild/actions/tree/init-pants/
30
with:
31
+ pants-python-version: ${{ matrix.python-version }}
32
# cache0 makes it easy to bust the cache if needed
33
# just increase the integer to start with a fresh cache
34
gha-cache-key: cache0-py${{ matrix.python-version }}
0 commit comments