From f4cc2229ac0f5584dc28071b8384c7a9ef864159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Sun, 30 Jun 2024 08:35:59 +0200 Subject: [PATCH] chore: Update ci.yaml to build Python package with Visual Studio 16 2019 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27ed6eb..69aa937 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,5 +104,6 @@ jobs: - name: Building Testing Python Package shell: bash -l {0} run: | - python setup.py build --global-option=build_ext --global-option="--generator=Visual Studio 16 2019" + python setup.py build_ext --generator="Visual Studio 16 2019" + pythno setup.py build pytest -v -ra