Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiscode committed Nov 11, 2023
1 parent 3602a1e commit a0d47b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
args: --release --out dist
- name: "Python: Install wheels and test import"
run: |
pip install patchelf
pip install dist/*.whl --force-reinstall
python -c "import text_utils"
Expand All @@ -52,6 +51,5 @@ jobs:
args: --release --out dist
- name: "Python: Install wheels and test import"
run: |
pip install patchelf
pip install dist/*.whl --force-reinstall
python -c "import text_utils"
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
args: --release --out dist
- name: "Python: Install wheels and test import"
run: |
pip install patchelf
pip install dist/*.whl --force-reinstall
python -c "import text_utils"
- name: Upload wheels
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
args: --release --out dist
- name: "Python: Install wheels and test import"
run: |
pip install patchelf
pip install dist/*.whl --force-reinstall
python -c "import text_utils"
- name: Upload wheels
Expand Down

0 comments on commit a0d47b3

Please sign in to comment.