Skip to content

Commit b55b877

Browse files
committed
chore: remove unnecessary GHA step
now the default scim2-models dependency is already from PyPi
1 parent 1999cfc commit b55b877

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python }}
3030
cache: 'poetry'
31-
- name: Use scim2-models from repository
32-
run: |
33-
sed -i 's|scim2-models = { path = "../../", develop = true }|scim2-models = { git = "https://github.com/yaal-coop/scim2-models" }|g' pyproject.toml
34-
poetry lock --no-update
3531
- name: Install dependencies and run tests
3632
run: |
3733
poetry --version

0 commit comments

Comments
 (0)