Skip to content

Commit b89ad8d

Browse files
committed
ci: Don't use poetry shell in integration test
1 parent 87dc51b commit b89ad8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ jobs:
106106
poetry install
107107
- name: Regenerate Integration Client
108108
run: |
109-
poetry shell
110109
cd integration_tests
111-
openapi-python-client update --url http://localhost:3000/openapi.json
110+
poetry run openapi-python-client update --url http://localhost:3000/openapi.json
112111
- name: Check if there are changes to the client
113112
run: changed_files=$(git status --porcelain | wc -l) && [ changed_files != 0 ] && exit 1
114113
- name: Cache Generated Client Dependencies

0 commit comments

Comments
 (0)