mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
ubuntu24-label-changes
This commit is contained in:
parent
7f96e74d47
commit
1188c844e3
1 changed files with 7 additions and 7 deletions
14
.github/workflows/e2e-tests.yml
vendored
14
.github/workflows/e2e-tests.yml
vendored
|
@ -58,15 +58,15 @@ jobs:
|
||||||
- name: Verify 3.12.4
|
- name: Verify 3.12.4
|
||||||
run: python __tests__/verify-python.py 3.12.4
|
run: python __tests__/verify-python.py 3.12.4
|
||||||
|
|
||||||
- name: Run with setup-python 3.12
|
- name: Run with setup-python 3.11.9
|
||||||
id: cp312
|
id: cp311
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.11.9'
|
||||||
- name: Verify 3.12
|
- name: Verify 3.11.9
|
||||||
run: python __tests__/verify-python.py 3.12
|
run: python __tests__/verify-python.py 3.11.9
|
||||||
- name: Run python-path sample 3.12
|
- name: Run python-path sample 3.11.9
|
||||||
run: pipx run --python '${{ steps.cp312.outputs.python-path }}' nox --version
|
run: pipx run --python '${{ steps.cp311.outputs.python-path }}' nox --version
|
||||||
|
|
||||||
- name: Run with setup-python ==3.12
|
- name: Run with setup-python ==3.12
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
Loading…
Add table
Reference in a new issue