We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a9cc2 commit 035c873Copy full SHA for 035c873
conformance-test.sh
@@ -76,7 +76,8 @@ else
76
venv "${TMP_DIR}/cwl-conformance-venv"
77
pip install -U setuptools wheel pip
78
pip uninstall -y cwltool
79
- pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
+ 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"
81
pip install 'cwltest>=2.3' pytest-cov pytest-xdist
82
fi
83
0 commit comments