Skip to content

Commit

Permalink
🐛 fix: upgrade from doteki 0.0.1 to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Jan 26, 2024
1 parent acadf95 commit 406f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
run: |
python -m pip install --upgrade pip
pip install --quiet doteki[all]==0.0.1 # Install all plugin dependencies.
pip install --quiet doteki[all]==0.0.2 # Install all plugin dependencies.
- name: Run dōteki
shell: bash
Expand Down

0 comments on commit 406f92e

Please sign in to comment.