Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored May 26, 2023
1 parent d190062 commit 54eb265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install pypa/build and pdoc
- name: Install pypa/build, pdoc, and other requirements
run: |
python -m pip install build --user
python -m pip install pdoc
python -m pip install tarski
python -m pip install rich
- name: Cleanup dist
run: |
rm -rf dist
Expand Down

0 comments on commit 54eb265

Please sign in to comment.