Skip to content

Commit

Permalink
Use Visual Studio for compiling wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik authored Nov 21, 2024
1 parent 6623336 commit ec74aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
$(brew --prefix)/bin/python${{ matrix.python-version }} -m venv venv
echo "PATH=$(pwd)/venv/bin:$PATH" >> $GITHUB_ENV
- name: Set up MSVC environment (Windows)
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
if: runner.os == 'Windows'

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip build setuptools
Expand Down

0 comments on commit ec74aa4

Please sign in to comment.