Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delano/2024 03 24 ditto fix for branch #89

Merged
merged 3 commits into from
Mar 24, 2024
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
4 changes: 4 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
build:

runs-on: ubuntu-22.04
env:
DATABASE_NAME: afbrequests
DATABASE_USER: user
DATABASE_PASSWORD: pass
defaults:
run:
working-directory: ./apps/api
Expand Down
2 changes: 1 addition & 1 deletion apps/api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ python-dotenv

# DRFPasswordless package installed via git
# Remote
-e git+https://github.com/delano/django-rest-framework-passwordless.git@delano/dev#egg=drfpasswordless
-e git+https://github.com/delano/django-rest-framework-passwordless.git@dev#egg=drfpasswordless
#
# Local
# -e git+file:///Users/d/Projects/opensource/django-rest-framework-passwordless@dev#egg=drfpasswordless
Expand Down
2 changes: 1 addition & 1 deletion apps/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# drfpasswordless
-e git+https://github.com/delano/drf-registration.git@dev#egg=drf-registration
# via -r requirements.in
-e git+https://github.com/delano/django-rest-framework-passwordless.git@delano/dev#egg=drfpasswordless
-e git+https://github.com/delano/django-rest-framework-passwordless.git@dev#egg=drfpasswordless
# via -r requirements.in
asgiref==3.8.1
# via
Expand Down
Loading