Skip to content

Commit e5cd4ce

Browse files
authored
Set the pants python version correctly in CI (#113)
1 parent f94931d commit e5cd4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pants.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# This action bootstraps pants and manages 2-3 GHA caches.
2929
# See: github.com/pantsbuild/actions/tree/init-pants/
3030
with:
31+
pants-python-version: ${{ matrix.python-version }}
3132
# cache0 makes it easy to bust the cache if needed
3233
# just increase the integer to start with a fresh cache
3334
gha-cache-key: cache0-py${{ matrix.python-version }}

0 commit comments

Comments
 (0)