From b36610111139e95b960e1df360eb62df21131860 Mon Sep 17 00:00:00 2001 From: Gabefire <33893811+Gabefire@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:10:53 -0500 Subject: [PATCH] revert change --- .github/workflows/python-package.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 432c7352e..ee2eb1b43 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -2,12 +2,8 @@ name: Labelbox Python SDK on: push: - paths-ignore: - - "examples/**" branches: [develop, master] pull_request: - paths-ignore: - - "examples/**" branches: [develop, master] jobs: @@ -64,7 +60,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: 'pip' + cache: "pip" - name: yapf id: yapf @@ -107,4 +103,4 @@ jobs: LABELBOX_TEST_API_KEY_STAGING: ${{ secrets[matrix.staging-key] }} DA_GCP_LABELBOX_API_KEY: ${{ secrets[matrix.da-test-key] }} run: | - tox -e py -- tests/integration tests/data \ No newline at end of file + tox -e py -- tests/integration tests/data