Skip to content

Commit f3979bc

Browse files
committed
show openssl version and oscrypto version
1 parent d17d4af commit f3979bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
run: |
4444
curl https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz | tar -zxv
4545
(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
4648
4749
- name: Install the project
4850
run: uv sync --all-extras --python-preference only-system --python ${{ matrix.python-version }}
4951

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

0 commit comments

Comments
 (0)