Skip to content

Commit

Permalink
fix 3.13 python setup related issues (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow authored Nov 24, 2024
1 parent 9c7b2d9 commit 7c09c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ 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.python-version == 3.12 }}
if: ${{ matrix.python-version >= 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.python-version == 3.12 }}
if: ${{ matrix.python-version >= 3.12 }}
# extra install step ends

- name: Install ansible-core (${{ matrix.ansible-version }})
Expand Down

0 comments on commit 7c09c8f

Please sign in to comment.