Skip to content

Commit e0c54d1

Browse files
committed
chore: updated CI
1 parent f6df123 commit e0c54d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildDockerImage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
--mount type=bind,source=${cwd},target=/app/Biosimulators \
7373
ghcr.io/biosimulators/biosimulators:latest \
7474
-c "
75-
pipenv install --dev
76-
/bin/bash /xvfb-startup.sh pipenv run python -m pytest --forked --verbose Biosimulators/tests/
75+
pipenv install --dev --system --deploy
76+
/bin/bash /xvfb-startup.sh python -m pytest --forked --verbose Biosimulators/tests/
7777
"
7878
7979
# Get version number

0 commit comments

Comments
 (0)