From a0d47b3cb1391806e940b445c2b221356c4cade1 Mon Sep 17 00:00:00 2001 From: Sebastian Walter Date: Sat, 11 Nov 2023 18:48:49 +0100 Subject: [PATCH] update workflows --- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a66abaf..e3e4141 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad1d062..452806b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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