Skip to content

Commit

Permalink
Merge pull request #93 from BU-Spark/quarto
Browse files Browse the repository at this point in the history
update requirements path
  • Loading branch information
trgardos authored Sep 3, 2024
2 parents 500186f + 8232d4d commit 6e19ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: '3.12'
cache: 'pip'
- run: pip install jupyter
- run: pip install -r requirements.txt
- run: pip install -r quarto-lectures-source/requirements.txt
- run: pip list

- name: Render Quarto Project
Expand Down

0 comments on commit 6e19ead

Please sign in to comment.