Skip to content

Commit

Permalink
ci: try only the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Nov 8, 2023
1 parent 89af87d commit 0cd290a
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 @@ -20,6 +20,11 @@ jobs:
cache: pip
cache-dependency-path: setup.py

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

Expand Down

0 comments on commit 0cd290a

Please sign in to comment.