Skip to content

Commit

Permalink
install all requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Apr 27, 2024
1 parent baf5a7c commit d1dd74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install -r mkdocs_requirements.txt
python3 -m pip install -e .
- name: Build docs
Expand Down

0 comments on commit d1dd74d

Please sign in to comment.