Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 14, 2024
1 parent 71747cb commit 6f57c62
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 731 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: pip

- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r requirements_mac.txt

- name: Run PyInstaller for MacOS
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install tesserocr-2.6.0-cp311-cp311-win_amd64.whl
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r requirements_win.txt

- name: Run PyInstaller
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,5 @@ Poker.code-workspace
*.ini
*.sh
*.spec
*.ipynb
*.ipynb
*.dmg
Loading

0 comments on commit 6f57c62

Please sign in to comment.