Skip to content

Commit

Permalink
Merge pull request #89 from AnimalFoodBank/delano/2024-03-24-ditto-fi…
Browse files Browse the repository at this point in the history
…x-for-branch

Delano/2024 03 24 ditto fix for branch
  • Loading branch information
delano authored Mar 24, 2024
2 parents 1e1226f + 81a392a commit 1a020e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

0 comments on commit 1a020e9

Please sign in to comment.