Skip to content

Commit

Permalink
Fix ERROR: No matching distribution found for ddddocr==x.x.x (#22)
Browse files Browse the repository at this point in the history
* Support login

* Finish all

* fix workflow: "./sign.py: Permission denied"

* test: "No module named 'ddddocr'"

* test: "No module named 'ddddocr'"

* test: "No module named 'ddddocr'"

* fix: "A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x"

* fix: "No module named 'ddddocr'"

* Update requirements.txt

* Update post.py

* Update jietiandi-prod-post.yml

* Update jietiandi-prod-sign.yml
  • Loading branch information
paigeman authored Feb 8, 2025
1 parent ea9d026 commit 895ec84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jietiandi-prod-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
run: pip3 install -r requirements.txt
working-directory: jietiandi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jietiandi-prod-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
run: pip3 install -r requirements.txt
working-directory: jietiandi
Expand Down

0 comments on commit 895ec84

Please sign in to comment.