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:
32
32
name : Run unit tests
33
33
uses : ./.github/workflows/unit_tests.yaml
34
34
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
39
39
40
40
check_docs :
41
41
name : Check whether the documentation is up to date
42
42
uses : ./.github/workflows/check_docs.yaml
43
43
44
44
publish_to_pypi :
45
45
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!
47
47
runs-on : ubuntu-latest
48
48
permissions :
49
49
contents : write
You can’t perform that action at this time.
0 commit comments