From 84ea51be9852ded39d17c89de3f8df482962e89d Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:51:15 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/manylinux_build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/manylinux_build.yml b/.github/workflows/manylinux_build.yml index 3f3cad4..33de450 100644 --- a/.github/workflows/manylinux_build.yml +++ b/.github/workflows/manylinux_build.yml @@ -77,7 +77,6 @@ jobs: - name: "Run Tests" run: | - rm wheelhouse/pyms_nist_search-*-${{ matrix.config.tag }}*-linux*.whl for whl in wheelhouse/pyms_nist_search-*-${{ matrix.config.tag }}*-manylinux*.whl; do # Test tox with wheels python -m tox -r -e ${{ matrix.config.testenv }} --installpkg "$whl"