Skip to content

Commit

Permalink
chore: updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 24, 2021
1 parent f6df123 commit e0c54d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
--mount type=bind,source=${cwd},target=/app/Biosimulators \
ghcr.io/biosimulators/biosimulators:latest \
-c "
pipenv install --dev
/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/
"
# Get version number
Expand Down

0 comments on commit e0c54d1

Please sign in to comment.