Skip to content

Commit

Permalink
GHA: revert requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 13, 2024
1 parent dc2f857 commit 9ddb4f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- name: Install mkdocs material insiders
run: |
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/chazlarson/automaticSpoon.git
pip install .[recommended,git,imaging]
- name: Install requirements.txt
run: pip install -r requirements.txt
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
- name: Install mkdocs material insiders
run: |
pip install git+https://${{ secrets.GH_TOKEN }}@github.com/chazlarson/automaticSpoon.git
pip install .[recommended,git,imaging]
- name: Install requirements.txt
run: pip install -r requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
lightgallery
pillow
cairosvg
mkdocs-git-revision-date-localized-plugin

0 comments on commit 9ddb4f6

Please sign in to comment.