Skip to content

Commit

Permalink
separate pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Jacobson committed Aug 15, 2023
1 parent ae59739 commit 8457413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies

- name: Install Pip Requirements 🐷
run: pip install -r requirements.txt

- name: Build website 🛠
Expand Down

0 comments on commit 8457413

Please sign in to comment.