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 20, 2024
1 parent fd586c4 commit 27441f1
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 @@ -13,10 +13,10 @@ jobs:
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
python-version: '3.12'
- name: Install requirements
working-directory: jietiandi
run: pip install -r requirements.txt
run: pip3 install -r requirements.txt
- name: Sign
env:
USERNAME: ${{ secrets.JIETIANDI_USERNAME }}
Expand Down

0 comments on commit 27441f1

Please sign in to comment.