Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Aug 15, 2024
1 parent 069a18a commit a08f97c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
python-version: 3.11

## INSTALL DOCUMENTATION DEPENDENCIES
#- name: Install docs dependencies
# run: |
# pip install -r docs/requirements.txt
# INSTALL DOCUMENTATION DEPENDENCIES
- name: Install docs dependencies
run: |
pip install -r docs/requirements.txt
#
# QUARTO STUFF
Expand Down
14 changes: 14 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# packages to facilitate quarto execution of IPYNB notebooks, with execute: true
# ... or if you use jupyter: python3 to execute python inside code blocks in your .qmd file
jupyter

# cached execution:
# https://quarto.org/docs/projects/code-execution.html#cache
#jupyter-cache


# packages required by any python code / notebooks:
#numpy
#matplotlib

0 comments on commit a08f97c

Please sign in to comment.