Skip to content

Commit

Permalink
CI: build with VS2019 toolset for Windows
Browse files Browse the repository at this point in the history
This (compared to using the latest VS2022, as we currently do) increases
the chance that pymmcore will work with whatever version of the C++
runtime that gets loaded (possibly by other modules imported before us).
It may also help with installed by pip into a Conda environment, though
that is not a recommended use case.
  • Loading branch information
marktsuchida committed Jul 5, 2024
1 parent 192bd58 commit 3f9e368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
with:
submodules: "recursive"

- uses: ilammy/msvc-dev-cmd@v1
with:
toolset: "14.2"

- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 3f9e368

Please sign in to comment.