Browse Source

CI: fix CPython-only checks

pull/3379/head
Ivan Pozdeev 6 months ago
parent
commit
8ef33165b8
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/modified_scripts_build.yml

+ 2
- 2
.github/workflows/modified_scripts_build.yml View File

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

Loading…
Cancel
Save