Skip to content

Commit

Permalink
Conformance testing, skip a bad cwltest release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jul 11, 2024
1 parent 46e0405 commit 71360db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ else
pip uninstall -y cwltool
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.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
fi

# Set conformance test filename
Expand Down

0 comments on commit 71360db

Please sign in to comment.