Skip to content

Commit

Permalink
add python3
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Dec 12, 2024
1 parent 51cd3db commit 1fa127b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
docker pull ghcr.io/sage-bionetworks/genie:${{ github.ref_name }}
- name: Run Tests in Docker Container
run: >
docker run --rm -it -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
run: |
docker run --rm -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate
python3 bin/input_to_database.py main --project_id syn7208886 --onlyValidate

0 comments on commit 1fa127b

Please sign in to comment.