Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amoodie committed Dec 5, 2023
1 parent f0cd9c2 commit 5252b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng
- name: Install DeltaMetrics
run: |
pip install -e .
python -m pip install -e .
- name: Build and test documentation
run: |
(cd docs && make docs)
Expand Down

0 comments on commit 5252b7e

Please sign in to comment.