Skip to content

Commit 4b3cf11

Browse files
committed
chore: Temporarily disable integration tests in the release job
1 parent 64b86f7 commit 4b3cf11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ jobs:
3232
name: Run unit tests
3333
uses: ./.github/workflows/unit_tests.yaml
3434

35-
integration_tests:
36-
name: Run integration tests
37-
uses: ./.github/workflows/integration_tests.yaml
38-
secrets: inherit
35+
# integration_tests:
36+
# name: Run integration tests
37+
# uses: ./.github/workflows/integration_tests.yaml
38+
# secrets: inherit
3939

4040
check_docs:
4141
name: Check whether the documentation is up to date
4242
uses: ./.github/workflows/check_docs.yaml
4343

4444
publish_to_pypi:
4545
name: Publish to PyPI
46-
needs: [lint_and_type_checks, unit_tests, integration_tests, check_docs]
46+
needs: [lint_and_type_checks, unit_tests, check_docs] # TODO: Add 'integration_tests' back!
4747
runs-on: ubuntu-latest
4848
permissions:
4949
contents: write

0 commit comments

Comments
 (0)