We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cd3db commit 1fa127bCopy full SHA for 1fa127b
.github/workflows/ci.yml
@@ -143,8 +143,8 @@ jobs:
143
docker pull ghcr.io/sage-bionetworks/genie:${{ github.ref_name }}
144
145
- name: Run Tests in Docker Container
146
- run: >
147
- docker run --rm -it -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
+ run: |
+ docker run --rm -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
148
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
149
- python bin/input_to_database.py main --project_id syn7208886 --onlyValidate
+ python3 bin/input_to_database.py main --project_id syn7208886 --onlyValidate
150
0 commit comments