Skip to content

Commit

Permalink
Fix pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 6, 2024
1 parent 01447a4 commit aba3b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends --yes libsndfile1 sox ffmpeg mediainfo
pip install docs/requirements.txt
pip install -r docs/requirements.txt
- name: Build documentation
run: |
Expand Down

0 comments on commit aba3b02

Please sign in to comment.