We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a80e8 commit 87de562Copy full SHA for 87de562
.github/workflows/docker-publish.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - ohm
8
9
jobs:
10
build:
requirements/base.txt
@@ -13,7 +13,7 @@ django-model-utils==4.2.0
13
14
# For authentication with OSM
15
social-auth-app-django==4.0.0
16
-social-auth-core==3.3.3
+git+https://github.com/OpenHistoricalMap/social-core/
17
18
# DRF and DRF-gis
19
djangorestframework==3.11.2
0 commit comments