We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dbc1a commit 7b28314Copy full SHA for 7b28314
.github/actions/deploy-firebase/action.yml
@@ -34,6 +34,13 @@ runs:
34
cache: pip
35
cache-dependency-path: ./functions/requirements.txt
36
37
+ # this is a requirement for the arcgis package: https://github.com/Esri/arcgis-python-api/issues/1299#issuecomment-1185375010
38
+ - name: Install libkrb5 for Kerberos
39
+ shell: bash
40
+ run: |
41
+ sudo apt install -y libkrb5-dev
42
+ pip install requests-kerberos
43
+
44
- name: 🚀 Deploy Firebase
45
uses: agrc/firebase-website-deploy-composite-action@v1
46
with:
.vscode/settings.json
@@ -9,6 +9,7 @@
9
"fromitem",
10
"gserviceaccount",
11
"instafail",
12
+ "libkrb",
13
"orgid",
14
"prebuild",
15
"tanstack",
0 commit comments