Skip to content

Commit 73347ea

Browse files
authored
Merge pull request #759 from broadinstitute/qh/add_gcs
Add gcs connector to PyPi publish
2 parents a0e82af + b01cdfb commit 73347ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
pip install wheel
3737
pip install -r requirements.txt
3838
pip install -r requirements-dev.txt
39+
curl -sSL https://broad.io/install-gcs-connector | python3 - --auth-type UNAUTHENTICATED
3940
- name: Run Pylint
4041
run: ./lint
4142
- name: Run tests

0 commit comments

Comments
 (0)