We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1999cfc commit b55b877Copy full SHA for b55b877
1 file changed
.github/workflows/tests.yaml
@@ -28,10 +28,6 @@ jobs:
28
with:
29
python-version: ${{ matrix.python }}
30
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
35
- name: Install dependencies and run tests
36
run: |
37
poetry --version
0 commit comments