Skip to content

Commit 87de562

Browse files
committed
Install OHM social-core and publish image to ghcr
1 parent 61a80e8 commit 87de562

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- ohm
78

89
jobs:
910
build:

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ django-model-utils==4.2.0
1313

1414
# For authentication with OSM
1515
social-auth-app-django==4.0.0
16-
social-auth-core==3.3.3
16+
git+https://github.com/OpenHistoricalMap/social-core/
1717

1818
# DRF and DRF-gis
1919
djangorestframework==3.11.2

0 commit comments

Comments
 (0)