Skip to content

Commit

Permalink
fix: install arcgis package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed May 7, 2024
1 parent 893f558 commit 7473bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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 7473bde

Please sign in to comment.