Skip to content

Commit

Permalink
Explicitly set up MSVC environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Sep 30, 2024
1 parent 2f03f31 commit fe62cf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ jobs:
echo "SETUPTOOLS_USE_DISTUTILS=local" >> $GITHUB_ENV
choco install pkgconfiglite
- name: Activate the Visual Studio environemnt
if: matrix.TARGET == 'win'
uses: ilammy/msvc-dev-cmd@v1

- name: Set up Python ${{ matrix.python }}
if: matrix.PYENV == 'pip'
uses: actions/setup-python@v5
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ jobs:
echo "SETUPTOOLS_USE_DISTUTILS=local" >> $GITHUB_ENV
choco install pkgconfiglite
- name: Activate the Visual Studio environemnt
if: matrix.TARGET == 'win'
uses: ilammy/msvc-dev-cmd@v1

- name: Set up Python ${{ matrix.python }}
if: matrix.PYENV == 'pip'
uses: actions/setup-python@v5
Expand Down

0 comments on commit fe62cf4

Please sign in to comment.