Merge pull request #1768 from borglab/update-windows-ci
commit
2af2c966d1
|
@ -109,7 +109,7 @@ jobs:
|
|||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x${{matrix.platform}}
|
||||
toolset: 14.2
|
||||
toolset: 14.40
|
||||
|
||||
- name: cl version (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
|
@ -117,7 +117,7 @@ jobs:
|
|||
run: cl
|
||||
|
||||
- name: Setup python (Windows)
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
if: runner.os == 'Windows'
|
||||
with:
|
||||
python-version: ${{ matrix.python_version }}
|
||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x${{ matrix.platform }}
|
||||
toolset: 14.2
|
||||
toolset: 14.40
|
||||
|
||||
- name: cl version
|
||||
shell: cmd
|
||||
|
|
|
@ -1 +1 @@
|
|||
numpy>=1.11.0
|
||||
numpy>=1.11.0,<2.0.0
|
||||
|
|
Loading…
Reference in New Issue