Skip to content
Prev Previous commit
Next Next commit
compatable version update for ubuntu-22.04 and windows
  • Loading branch information
aparnajyothi-y committed Apr 17, 2025
commit 3d7cd88c36932a2a65b2e5713458875e80681a1d
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
Loading