We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17d4af commit 24cb12bCopy full SHA for 24cb12b
.github/workflows/tests.yml
@@ -43,6 +43,8 @@ jobs:
43
run: |
44
curl https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz | tar -zxv
45
(cd softhsm-2.6.1 && ./configure --prefix=$HOME --disable-p11-kit --disable-gost && make all install CC="gcc" CXX="g++")
46
+ openssl version
47
+ uv pip show --python ${{ matrix.python-version }} oscrypto
48
49
- name: Install the project
50
run: uv sync --all-extras --python-preference only-system --python ${{ matrix.python-version }}
0 commit comments