Skip to content

Commit

Permalink
Reinstall script dependencies for publishing-related workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Jan 23, 2025
1 parent 0283f94 commit 8846ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r scripts/requirements.txt
deactivate
# Print version of cronberry being used
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r scripts/requirements.txt
deactivate
# Print version of cronberry being used
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_unpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -r scripts/requirements.txt
deactivate
# Print version of cronberry being used
Expand Down

0 comments on commit 8846ac1

Please sign in to comment.