diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 1d2ec97..fd59edf 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: runs-on: ubuntu-latest - name: Test python API + name: Test OneSilaHeadless steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v2 diff --git a/requirements.txt b/requirements.txt index 263fa8f..cbaab43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,9 +22,8 @@ django-dirtyfields django-cors-headers # Using fork to ensure we have better authentication error support -git+ssh://git@github.com/sdobbelaere/strawberry-graphql-django.git@not_authenticated_bug - -git+ssh://git@github.com/TweaveTech/django_get_absolute_url.git@v0.2 +strawberry-graphql-django @ git+https://github.com/sdobbelaere/strawberry-graphql-django.git@not_authenticated_bug +django_get_absolute_url @ git+https://git@github.com/TweaveTech/django_get_absolute_url.git@v0.2 # Starlette is used for it CORSMiddleware as referenced