diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index a3ebaca3..389da93d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -66,7 +66,7 @@ jobs: python-version: ${{ 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 if: ${{ matrix.python == '3.10.4' }}