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.
1 parent 83b4076 commit 0e21474Copy full SHA for 0e21474
.github/workflows/python-package.yml
@@ -2,12 +2,8 @@ name: Labelbox Python SDK
2
3
on:
4
push:
5
- paths-ignore:
6
- - "examples/**"
7
branches: [develop, master]
8
pull_request:
9
10
11
12
13
jobs:
@@ -64,7 +60,7 @@ jobs:
64
60
uses: actions/setup-python@v5
65
61
with:
66
62
python-version: ${{ matrix.python-version }}
67
- cache: 'pip'
63
+ cache: "pip"
68
69
- name: yapf
70
id: yapf
@@ -107,4 +103,4 @@ jobs:
107
103
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
108
104
DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.da-test-key] }}
109
105
run: |
110
- tox -e py -- tests/integration tests/data
106
+ tox -e py -- tests/integration tests/data
0 commit comments