Skip to content

Commit 7b28314

Browse files
committed
ci(backup): install libkrb5 prior to deploy
1 parent e0dbc1a commit 7b28314

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/actions/deploy-firebase/action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ runs:
3434
cache: pip
3535
cache-dependency-path: ./functions/requirements.txt
3636

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+
3744
- name: 🚀 Deploy Firebase
3845
uses: agrc/firebase-website-deploy-composite-action@v1
3946
with:

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"fromitem",
1010
"gserviceaccount",
1111
"instafail",
12+
"libkrb",
1213
"orgid",
1314
"prebuild",
1415
"tanstack",

0 commit comments

Comments
 (0)