mirror of
https://github.com/actions/setup-python.git
synced 2025-07-04 16:43:48 +00:00
ubuntu24-label-changes
This commit is contained in:
parent
9f1b224e9e
commit
7f96e74d47
2 changed files with 11 additions and 11 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
|
||||
run: python __tests__/verify-python.py 3.12.4
|
||||
|
||||
- name: Run with setup-python 3.10.11
|
||||
id: cp310
|
||||
- name: Run with setup-python 3.12
|
||||
id: cp312
|
||||
uses: ./
|
||||
with:
|
||||
python-version: '3.10.11'
|
||||
- name: Verify 3.10.11
|
||||
run: python __tests__/verify-python.py 3.10.11
|
||||
- name: Run python-path sample 3.10.11
|
||||
run: pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
|
||||
python-version: '3.12'
|
||||
- name: Verify 3.12
|
||||
run: python __tests__/verify-python.py 3.12
|
||||
- name: Run python-path sample 3.12
|
||||
run: pipx run --python '${{ steps.cp312.outputs.python-path }}' nox --version
|
||||
|
||||
- name: Run with setup-python ==3.12
|
||||
uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue