File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments