Skip to content

Commit

Permalink
fix pipenv run line
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jan 5, 2024
1 parent 8111f4a commit 3f86957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
SEVENBRIDGES_CONNECTION_URI: ${{ secrets.SEVENBRIDGES_CONNECTION_URI }}
NEXTFLOWTOWER_CONNECTION_URI: ${{ secrets.NEXTFLOWTOWER_CONNECTION_URI }}
SYNAPSE_CONNECTION_URI: ${{ secrets.SYNAPSE_CONNECTION_URI }}
run:
pipenv run pytest -vvv
run: pipenv run pytest -vvv
# >-
# tox --installpkg '${{ needs.prepare.outputs.wheel-path }}'
# -- -rFEx --durations 10 --color yes
Expand Down

0 comments on commit 3f86957

Please sign in to comment.