We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7b2d9 commit 7c09c8fCopy full SHA for 7c09c8f
.github/workflows/unit_source.yml
@@ -119,12 +119,12 @@ jobs:
119
- name: Install build toolchain and openssl headers on Linux
120
shell: bash
121
run: sudo apt update && sudo apt install build-essential libssl-dev
122
- if: ${{ matrix.python-version == 3.12 }}
+ if: ${{ matrix.python-version >= 3.12 }}
123
124
- name: Install catchsegv and libssh headers on Linux for cythonize+coverage
125
126
run: sudo apt update && sudo apt install libssh-dev
127
128
# extra install step ends
129
130
- name: Install ansible-core (${{ matrix.ansible-version }})
0 commit comments