Skip to content

Commit

Permalink
Needs -r for req file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrickhouse committed Apr 9, 2024
1 parent c66d431 commit 846da71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quarto_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install requirements-dev.txt
python -m pip install -r requirements-dev.txt
python -m pip install .
quartodoc build --config doc_src/_quarto.yml
- uses: quarto-dev/quarto-actions/setup@v2
- name: Render and publish to gh pages
Expand Down

0 comments on commit 846da71

Please sign in to comment.