Skip to content

Commit

Permalink
adds install step back
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Oct 16, 2024
1 parent 31a14b0 commit 4a4bb72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
python-version: 3.12
cache: pip

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Setup Pages
uses: actions/configure-pages@v5

Expand Down

0 comments on commit 4a4bb72

Please sign in to comment.