Skip to content

Commit

Permalink
try to get github to install direct sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Dobbelaere committed Nov 27, 2023
1 parent 18fb9ca commit a144d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a144d38

Please sign in to comment.