mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
compatable version update for ubuntu-22.04 and windows
This commit is contained in:
parent
052a7bb8d0
commit
3d7cd88c36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Verify Python ${{ matrix.python }}
|
- name: Verify Python ${{ matrix.python }}
|
||||||
run: python __tests__/verify-python.py ${{ matrix.python }}
|
run: python __tests__/verify-python.py ${{ matrix.verify-version || matrix.python }}
|
||||||
|
|
||||||
- name: Run python-path sample
|
- name: Run python-path sample
|
||||||
if: ${{ matrix.python == '3.10.4' }}
|
if: ${{ matrix.python == '3.10.4' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue