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 f6df123 commit e0c54d1Copy full SHA for e0c54d1
.github/workflows/buildDockerImage.yml
@@ -72,8 +72,8 @@ jobs:
72
--mount type=bind,source=${cwd},target=/app/Biosimulators \
73
ghcr.io/biosimulators/biosimulators:latest \
74
-c "
75
- pipenv install --dev
76
- /bin/bash /xvfb-startup.sh pipenv run python -m pytest --forked --verbose Biosimulators/tests/
+ pipenv install --dev --system --deploy
+ /bin/bash /xvfb-startup.sh python -m pytest --forked --verbose Biosimulators/tests/
77
"
78
79
# Get version number
0 commit comments