Skip to content

Commit

Permalink
Use the Python version from setup-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Mar 6, 2024
1 parent 935237b commit 0b9fed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
- id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: ${{ steps.setup-env.outputs.python-version }}
- uses: actions/cache@v3
env:
BASE_CACHE_KEY: "${{ github.job }}-${{ runner.os }}-\
Expand Down

0 comments on commit 0b9fed1

Please sign in to comment.