From 4bd7d5d7a35c15c14554d2d504c984973ca84265 Mon Sep 17 00:00:00 2001 From: Simon G <45692977+jeenyuhs@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:49:09 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c527c8..3e27f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,6 @@ jobs: architecture: x64 - run: pip install -U twine 'ruff==0.1.3' typing_extensions - - run: ${{ matrix.os == 'linux' ? "sudo apt-get install libssl-dev" }} - name: Build wheels uses: PyO3/maturin-action@v1