File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Install dependencies
54
54
shell : bash
55
- run : poetry install --with=test_integration, test
55
+ run : poetry install --with=test
56
56
57
57
- name : Run integration tests
58
58
shell : bash
Original file line number Diff line number Diff line change 85
85
- name : Install unit+integration test dependencies
86
86
working-directory : ${{ inputs.working-directory }}
87
87
run : |
88
- poetry install --with test,test_integration
88
+ poetry install --with test
89
89
90
90
- name : Get .mypy_cache_test to speed up mypy
91
91
uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
poetry run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
153
153
154
154
- name : Import test dependencies
155
- run : poetry install --with test,test_integration
155
+ run : poetry install --with test
156
156
working-directory : ${{ inputs.working-directory }}
157
157
158
158
# Overwrite the local version of the package with the test PyPI version.
You can’t perform that action at this time.
0 commit comments