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 f3979bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ 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 }}

- name: Run tests
run: PATH=/home/runner/bin:$PATH uv run --python ${{ matrix.python-version }} pytest -v tests/test_aes.py::test_encrypt
run: PATH=/home/runner/bin:$PATH uv run --python ${{ matrix.python-version }} pytest -v

0 comments on commit f3979bc

Please sign in to comment.