Skip to content

Commit

Permalink
show openssl version and oscrypto version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 27, 2024
1 parent d17d4af commit 24cb12b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: |
curl https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz | tar -zxv
(cd softhsm-2.6.1 && ./configure --prefix=$HOME --disable-p11-kit --disable-gost && make all install CC="gcc" CXX="g++")
openssl version
uv pip show --python ${{ matrix.python-version }} oscrypto
- name: Install the project
run: uv sync --all-extras --python-preference only-system --python ${{ matrix.python-version }}
Expand Down

0 comments on commit 24cb12b

Please sign in to comment.