From d460b70ee9bff4708414372e1a853169ee45a7d3 Mon Sep 17 00:00:00 2001 From: Dhruv Ahuja <83733638+dhruv-ahuja@users.noreply.github.com> Date: Sat, 14 Oct 2023 23:47:49 +0530 Subject: [PATCH] chore: remove install dependencies step --- .github/workflows/test_pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_pypi.yml b/.github/workflows/test_pypi.yml index 9aff0ce..9cf9ff2 100644 --- a/.github/workflows/test_pypi.yml +++ b/.github/workflows/test_pypi.yml @@ -113,9 +113,9 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} architecture: x64 - - name: Install dependencies - run: | - sudo apt install -y perl cpanminus libssl-dev pkg-config librust-openssl-dev + # - name: Install dependencies + # run: | + # sudo apt install -y perl cpanminus libssl-dev pkg-config librust-openssl-dev - name: Build wheels uses: messense/maturin-action@v1 with: