Skip to content

Commit 26a5154

Browse files
committed
Use Python version output from setup-env
1 parent b45e9cd commit 26a5154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- id: setup-python
188188
uses: actions/setup-python@v4
189189
with:
190-
python-version: "3.10"
190+
python-version: ${{ steps.setup-env.outputs.python-version }}
191191
- uses: actions/cache@v3
192192
env:
193193
BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\

0 commit comments

Comments
 (0)