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 c10f63d commit 0631793Copy full SHA for 0631793
.github/workflows/tox.yml
@@ -93,7 +93,7 @@ jobs:
93
path: ${{ env.TEST_DATA_HOME }}
94
key: data-cache-v2-${{ needs.cache-test-data.outputs.SHA }}
95
- name: Set up Python ${{ matrix.python-version }}
96
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
97
with:
98
python-version: ${{ matrix.python-version }}
99
- name: Display Python version
0 commit comments