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 f378920 commit b72e685Copy full SHA for b72e685
1 file changed
scripts/py2-pytest.sh
@@ -103,11 +103,14 @@ mv pyproject_.toml pyproject.toml
103
echo "== * Removing 'setup.py'..."
104
rm setup.py
105
106
+echo "== * Installing dependencies (incl. pre-release and dev versions)..."
107
+vpip install --upgrade --pre \
108
+ imcf-fiji-mocks
109
+
110
echo "== * Installing dependencies..."
111
vpip install \
112
python-micrometa \
113
sjlogging \
- "imcf-fiji-mocks>=0.3.0" \
114
olefile==0.46 \
115
pytest \
116
pytest-cov \
0 commit comments