Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Jul 12, 2023
1 parent c2b0a17 commit 72db43b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U pip
pip install -U wheel
pip install "opencc<1.2"
pip install -r requirements.txt
- name: Build
Expand Down

0 comments on commit 72db43b

Please sign in to comment.