Skip to content

Commit

Permalink
chore: Update ci.yaml to build Python package with Visual Studio 16 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 30, 2024
1 parent 951d4b5 commit f4cc222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4cc222

Please sign in to comment.