Skip to content

Commit

Permalink
Update build generator in CI pipeline to Visual Studio 17 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 5, 2024
1 parent 299f8aa commit cb0e41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
displayName: Install build requirements
- script: |
call activate Build
python setup.py build_ext --generator="Visual Studio 16 2019" --mkl=true build
python setup.py build_ext --generator="Visual Studio 17 2022" --mkl=true build
displayName: Build package
- script: |
call activate Build
Expand Down

0 comments on commit cb0e41e

Please sign in to comment.