ubuntu24-label-changes

This commit is contained in:
priya-kinthali 2024-10-10 13:28:12 +05:30
parent 7f96e74d47
commit 1188c844e3
1 changed files with 7 additions and 7 deletions

View File

@ -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.12
id: cp312
- name: Run with setup-python 3.11.9
id: cp311
uses: ./
with:
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
python-version: '3.11.9'
- name: Verify 3.11.9
run: python __tests__/verify-python.py 3.11.9
- name: Run python-path sample 3.11.9
run: pipx run --python '${{ steps.cp311.outputs.python-path }}' nox --version
- name: Run with setup-python ==3.12
uses: ./