Skip to content

Commit

Permalink
Fix installation of package
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Aug 23, 2024
1 parent f7f9b73 commit 5e767be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
with:
python-version: '3.10'

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
poetry install
shell: bash

- name: Build documentation
Expand Down

0 comments on commit 5e767be

Please sign in to comment.