Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Oct 19, 2024
1 parent ce85b95 commit 2b3e134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rapid_table_det_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Unit testings
run: |
pip install -r requirements.txt
pip install paddlepaddle
pip install paddlepaddle-gpu
pip install pytest
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det_paddle.zip
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run setup.py
run: |
pip install -r requirements.txt
pip install paddlepaddle
pip install paddlepaddle-gpu
python -m pip install --upgrade pip
pip install wheel get_pypi_latest_version
Expand Down

0 comments on commit 2b3e134

Please sign in to comment.