From 1188c844e3108899f8cf5362ac1b3048506935cc Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Thu, 10 Oct 2024 13:28:12 +0530 Subject: [PATCH] ubuntu24-label-changes --- .github/workflows/e2e-tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 83be2909..924ceb01 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -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: ./