compatable version update for ubuntu-22.04 and windows

This commit is contained in:
Aparna Jyothi 2025-04-17 13:05:40 +05:30
parent 052a7bb8d0
commit 3d7cd88c36

View File

@ -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' }}