Skip to content

Commit

Permalink
install pytest for cygwin CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch committed Apr 22, 2024
1 parent a2a0c04 commit b5a4dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: perl git ninja gcc-core cmake make
packages: perl git ninja gcc-core cmake make python3 python3-devel python3-setuptools
- name: Retrieve OpenSSL32 from cache
id: cache-openssl32
uses: actions/cache@v3
Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
cmake -GNinja -DOPENSSL_ROOT_DIR=/opt/openssl32 -DCMAKE_INSTALL_PREFIX="${{ env.IP }}" ${{ matrix.platform.oqsconfig }} -DCMAKE_C_COMPILER=gcc ..
ninja
ninja install
pip3 install pytest pytest-xdist pyyaml
ninja run_tests
working-directory: liboqs
- name: build oqs-provider
Expand Down

0 comments on commit b5a4dd1

Please sign in to comment.