Explorar el Código

CI: fix CPython-only checks

pull/3379/head
Ivan Pozdeev hace 6 meses
padre
commit
8ef33165b8
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: FB6A628DCF06DCD7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/modified_scripts_build.yml

+ 2
- 2
.github/workflows/modified_scripts_build.yml Ver fichero

@ -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"],

Cargando…
Cancelar
Guardar