We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0e82af + b01cdfb commit 73347eaCopy full SHA for 73347ea
.github/workflows/publish.yml
@@ -36,6 +36,7 @@ jobs:
36
pip install wheel
37
pip install -r requirements.txt
38
pip install -r requirements-dev.txt
39
+ curl -sSL https://broad.io/install-gcs-connector | python3 - --auth-type UNAUTHENTICATED
40
- name: Run Pylint
41
run: ./lint
42
- name: Run tests
0 commit comments