Skip to content

Commit

Permalink
ci: install add arcgis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored May 9, 2024
1 parent b551f44 commit 2a70d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
cache: pip
cache-dependency-path: setup.py

- name: 📥 Install arcgis dependencies
run: |
sudo apt-get update
sudo apt-get install -y libkrb5-dev
- name: 🏗 Install module
run: pip install .[tests]

Expand Down

0 comments on commit 2a70d59

Please sign in to comment.