Skip to content

Commit

Permalink
test: "No module named 'ddddocr'"
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeman committed Jun 19, 2024
1 parent adb9069 commit fd586c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jietiandi-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
python-version: '3.x'
- name: Install requirements
working-directory: jietiandi
run: pip3 install -r requirements.txt
run: pip install -r requirements.txt
- name: Sign
env:
USERNAME: ${{ secrets.JIETIANDI_USERNAME }}
PASSWORD: ${{ secrets.JIETIANDI_PASSWORD }}
run: |
chmod u+x sign.py
./sign.py
python ./sign.py
working-directory: jietiandi
- name: Post
env:
Expand Down

0 comments on commit fd586c4

Please sign in to comment.