Add MSVC preprocessor support
This commit is contained in:
4
.github/workflows/dist.yml
vendored
4
.github/workflows/dist.yml
vendored
@@ -112,6 +112,10 @@ jobs:
|
||||
- name: Install test dependencies
|
||||
run: python -m pip --disable-pip-version-check install -r tests/requirements.txt
|
||||
|
||||
- name: Setup MSVC compiler
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
||||
- name: Test wheel
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user