Skip to content

Commit 0e21474

Browse files
authored
Revert workflow change (#1495)
1 parent 83b4076 commit 0e21474

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ name: Labelbox Python SDK
22

33
on:
44
push:
5-
paths-ignore:
6-
- "examples/**"
75
branches: [develop, master]
86
pull_request:
9-
paths-ignore:
10-
- "examples/**"
117
branches: [develop, master]
128

139
jobs:
@@ -64,7 +60,7 @@ jobs:
6460
uses: actions/setup-python@v5
6561
with:
6662
python-version: ${{ matrix.python-version }}
67-
cache: 'pip'
63+
cache: "pip"
6864

6965
- name: yapf
7066
id: yapf
@@ -107,4 +103,4 @@ jobs:
107103
LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }}
108104
DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.da-test-key] }}
109105
run: |
110-
tox -e py -- tests/integration tests/data
106+
tox -e py -- tests/integration tests/data

0 commit comments

Comments
 (0)