Skip to content

Commit

Permalink
chore: remove redundant pep
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Jul 18, 2023
1 parent 7f14668 commit 989a094
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 @@ -26,7 +26,7 @@ jobs:
cache: 'pip'

- name: 📦 Install dependencies
run: pip install --use-pep517 -r requirements.txt
run: pip install -r requirements.txt

- name: 🔨 Build
run: make html
Expand Down

0 comments on commit 989a094

Please sign in to comment.