Skip to content

Commit 035c873

Browse files
committed
conformance tests: do so with the mypc compiled version of cwltool
1 parent 08a9cc2 commit 035c873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conformance-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ else
7676
venv "${TMP_DIR}/cwl-conformance-venv"
7777
pip install -U setuptools wheel pip
7878
pip uninstall -y cwltool
79-
pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
79+
pip install -r"${SCRIPT_DIRECTORY}/mypy-requirements.txt"
80+
CWLTOOL_USE_MYPYC=1 MYPYPATH="${SCRIPT_DIRECTORY}/mypy-stubs" pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
8081
pip install 'cwltest>=2.3' pytest-cov pytest-xdist
8182
fi
8283

0 commit comments

Comments
 (0)