Skip to content

Commit

Permalink
conformance tests: do so with the mypc compiled version of cwltool
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 6, 2023
1 parent 08a9cc2 commit 035c873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ else
venv "${TMP_DIR}/cwl-conformance-venv"
pip install -U setuptools wheel pip
pip uninstall -y cwltool
pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
pip install -r"${SCRIPT_DIRECTORY}/mypy-requirements.txt"
CWLTOOL_USE_MYPYC=1 MYPYPATH="${SCRIPT_DIRECTORY}/mypy-stubs" pip install "${SCRIPT_DIRECTORY}" -r"${SCRIPT_DIRECTORY}/requirements.txt"
pip install 'cwltest>=2.3' pytest-cov pytest-xdist
fi

Expand Down

0 comments on commit 035c873

Please sign in to comment.