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 46e0405 commit 71360dbCopy full SHA for 71360db
conformance-test.sh
@@ -78,7 +78,7 @@ else
78
pip uninstall -y cwltool
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"
81
- pip install 'cwltest>=2.5' pytest-cov pytest-xdist>=3.2.0 psutil
+ pip install 'cwltest>=2.5,!=2.5.20240709060407' pytest-cov pytest-xdist>=3.2.0 psutil
82
fi
83
84
# Set conformance test filename
0 commit comments