Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamster45105 committed Dec 21, 2024
1 parent 97d4049 commit a5aa145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
pip install -r requirements.txt
- name: Update Solutions
run: python update_solutions.py mini
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_wordle_connections_strands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests pillow
pip install -r requirements.txt
- name: Update Solutions
run: python update_solutions.py wordle connections strands
Expand Down

0 comments on commit a5aa145

Please sign in to comment.