Skip to content

Commit b72e685

Browse files
committed
Install pre-releases of "imcf-fiji-mocks" if available
1 parent f378920 commit b72e685

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/py2-pytest.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,14 @@ mv pyproject_.toml pyproject.toml
103103
echo "== * Removing 'setup.py'..."
104104
rm setup.py
105105

106+
echo "== * Installing dependencies (incl. pre-release and dev versions)..."
107+
vpip install --upgrade --pre \
108+
imcf-fiji-mocks
109+
106110
echo "== * Installing dependencies..."
107111
vpip install \
108112
python-micrometa \
109113
sjlogging \
110-
"imcf-fiji-mocks>=0.3.0" \
111114
olefile==0.46 \
112115
pytest \
113116
pytest-cov \

0 commit comments

Comments
 (0)