瀏覽代碼

CI: fix CPython-only checks

pull/3379/head
Ivan Pozdeev 6 月之前
父節點
當前提交
8ef33165b8
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: FB6A628DCF06DCD7
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      .github/workflows/modified_scripts_build.yml

+ 2
- 2
.github/workflows/modified_scripts_build.yml 查看文件

@ -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…
取消
儲存