From 8d81ebdb757add156646a2dbd0770d605902fdeb Mon Sep 17 00:00:00 2001 From: roverflow Date: Mon, 16 Dec 2024 13:24:56 +0530 Subject: [PATCH] pylibssh install update --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index afb8247..eaad69f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -50,11 +50,11 @@ jobs: - name: Install build toolchain and openssl headers on Linux shell: bash run: sudo apt update && sudo apt install build-essential libssl-dev - if: ${{ matrix.entry.python == 3.12 }} + if: ${{ matrix.entry.python >= 3.12 }} - name: Install catchsegv and libssh headers on Linux for cythonize+coverage shell: bash run: sudo apt update && sudo apt install libssh-dev - if: ${{ matrix.entry.python == 3.12 }} + if: ${{ matrix.entry.python >= 3.12 }} - name: Run tox integration tests run: >- python -m tox --ansible -e ${{ matrix.entry.name }} --conf