Skip to content

Commit 1fa127b

Browse files
committed
add python3
1 parent 51cd3db commit 1fa127b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
docker pull ghcr.io/sage-bionetworks/genie:${{ github.ref_name }}
144144
145145
- name: Run Tests in Docker Container
146-
run: >
147-
docker run --rm -it -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
146+
run: |
147+
docker run --rm -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
148148
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
149-
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate
149+
python3 bin/input_to_database.py main --project_id syn7208886 --onlyValidate
150150

0 commit comments

Comments
 (0)