From e44623c41169703e759aa7e9f5963c6dc19bb062 Mon Sep 17 00:00:00 2001 From: majh Date: Thu, 14 Mar 2024 17:56:20 +0000 Subject: [PATCH] fix CI --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf0a323..ec81b58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,11 +113,6 @@ jobs: python -m pip install -r requirements.txt python -m pip install -r ./tests/requirements_test.txt - - name: Verify Source Distribution - shell: bash -eux {0} - run: | - python setup.py sdist - python -m pip install dist/* - name: Run Tests with Repository Code env: LD_LIBRARY_PATH: ${{ steps.install-dependencies.outputs.lib_path }}