CI: fix CPython-only checks

This commit is contained in:
Ivan Pozdeev 2025-12-26 16:57:27 +03:00
parent a944da76c0
commit 8ef33165b8
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -129,7 +129,7 @@ jobs:
EXPECTED_PYTHON: ${{ matrix.python-version }} EXPECTED_PYTHON: ${{ matrix.python-version }}
run: | run: |
#check #check
python -c 'if True: python -c '
import os, sys, os.path import os, sys, os.path
correct_dir = os.path.join( correct_dir = os.path.join(
os.environ["PYENV_ROOT"], os.environ["PYENV_ROOT"],
@ -242,7 +242,7 @@ jobs:
EXPECTED_PYTHON: ${{ matrix.python-version }} EXPECTED_PYTHON: ${{ matrix.python-version }}
run: | run: |
#check #check
python -c 'if True: python -c '
import os, sys, os.path import os, sys, os.path
correct_dir = os.path.join( correct_dir = os.path.join(
os.environ["PYENV_ROOT"], os.environ["PYENV_ROOT"],