From e8b09c8c310ff11f8243d37a91210bd79a0ad69e Mon Sep 17 00:00:00 2001 From: "Joshua D. Boyd" Date: Fri, 12 Jan 2024 20:00:56 -0500 Subject: [PATCH] add build module. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 863d0a9..3588157 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -107,7 +107,7 @@ jobs: working-directory: .\lzo-2.10\build run: msbuild lzo_static_lib.vcxproj -p:Configuration=Release -p:Platform=x64 -p:OutDir=..\ - run: pip install -e ./ - - run: pip install pytest wheel + - run: pip install pytest build - run: pytest --doctest-modules tests/ - run: ls -l if: runner.os != 'Windows'