Skip to content

Commit

Permalink
install pytest via pip 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 b5a4dd1 commit eb5a0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +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
pip install pytest pytest-xdist pyyaml
ninja run_tests
working-directory: liboqs
- name: build oqs-provider
Expand Down

0 comments on commit eb5a0ef

Please sign in to comment.