mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-04-21 21:29:53 +08:00
compatable version update for ubuntu-22.04 and windows
This commit is contained in:
parent
052a7bb8d0
commit
3d7cd88c36
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…
x
Reference in New Issue
Block a user