Skip to content

Commit

Permalink
Update docs.yaml (ML4GW#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx authored Feb 20, 2024
1 parent c35937d commit 16b0c7a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install and Build
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
virtualenvs-in-project: false
installer-parallel: true
- name: Install and Build Docs
run: |
pip install .
poetry install
cd docs
make clean
make html
Expand Down

0 comments on commit 16b0c7a

Please sign in to comment.