Skip to content

Commit

Permalink
CI: use microsoft/setup-msbuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Apr 15, 2024
1 parent 8e52828 commit 5d61b8d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ jobs:
export MODE="omp"
echo "MODE=${MODE}" >> $GITHUB_ENV
- name: Set up Visual Studio shell
# - name: Set up Visual Studio shell
# if: runner.os == 'Windows'
# uses: egor-tensin/vs-shell@v2
# with:
# arch: x64

- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: egor-tensin/vs-shell@v2
with:
arch: x64
uses: microsoft/setup-msbuild@v2

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

0 comments on commit 5d61b8d

Please sign in to comment.