Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install sdk
working-directory: ./sdk-repo-updated
run: |
pip install poetry
pip install poetry==1.8.5
poetry config virtualenvs.create false
python -m venv .venv
. .venv/bin/activate
Expand Down
5 changes: 2 additions & 3 deletions blacklist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Transitional file to force generation of the new regional api for selected services
# It will be removed when all services have been migrated to the new regional api
modelserving
# Transitional file to disable generation for selected services
cdn
Loading