Skip to content

Commit

Permalink
user new cfl-common package
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 19, 2023
1 parent f2a1a68 commit 7439dec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
working-directory: ./backend
run: if ! pipenv run black --check .; then exit 1; fi

# TODO: figure out why migrations are out of sync in old repos.
# - name: Check Migrations
# working-directory: ./backend
# run: pipenv run python manage.py makemigrations --check --dry-run
- name: Check Migrations
working-directory: ./backend
run: pipenv run python manage.py makemigrations --check --dry-run

# TODO: assert code coverage target.
- name: Test Code Units
Expand Down
6 changes: 3 additions & 3 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
codeforlife = {ref = "v0.7.10", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
codeforlife = {ref = "v0.7.11", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
django = "==3.2.20"
djangorestframework = "==3.13.1"
django-cors-headers = "==4.1.0"
# https://pypi.org/user/codeforlife/
cfl-common = "==6.36.0" # TODO: remove
codeforlife-portal = "==6.36.0" # TODO: remove
cfl-common = "==6.36.2" # TODO: remove
codeforlife-portal = "==6.36.2" # TODO: remove
aimmo = "==2.10.6" # TODO: remove
rapid-router = "==5.11.3" # TODO: remove
phonenumbers = "==8.12.12" # TODO: remove
Expand Down
22 changes: 11 additions & 11 deletions backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7439dec

Please sign in to comment.