We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17d4af commit f3979bcCopy full SHA for f3979bc
.github/workflows/tests.yml
@@ -43,9 +43,11 @@ 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 }}
51
52
- name: Run tests
- 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