Merge pull request #1768 from borglab/update-windows-ci
commit
2af2c966d1
|
@ -2,8 +2,8 @@ name: Python CI
|
||||||
|
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
# Every time you make a push to your PR, it cancel immediately the previous checks,
|
# Every time you make a push to your PR, it cancel immediately the previous checks,
|
||||||
# and start a new one. The other runner will be available more quickly to your PR.
|
# and start a new one. The other runner will be available more quickly to your PR.
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
CMAKE_BUILD_TYPE: ${{ matrix.build_type }}
|
CMAKE_BUILD_TYPE: ${{ matrix.build_type }}
|
||||||
PYTHON_VERSION: ${{ matrix.python_version }}
|
PYTHON_VERSION: ${{ matrix.python_version }}
|
||||||
BOOST_VERSION: 1.72.0
|
BOOST_VERSION: 1.72.0
|
||||||
BOOST_EXE: boost_1_72_0-msvc-14.2
|
BOOST_EXE: boost_1_72_0-msvc-14.2
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
arch: x${{matrix.platform}}
|
arch: x${{matrix.platform}}
|
||||||
toolset: 14.2
|
toolset: 14.40
|
||||||
|
|
||||||
- name: cl version (Windows)
|
- name: cl version (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
@ -117,7 +117,7 @@ jobs:
|
||||||
run: cl
|
run: cl
|
||||||
|
|
||||||
- name: Setup python (Windows)
|
- name: Setup python (Windows)
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python_version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
arch: x${{ matrix.platform }}
|
arch: x${{ matrix.platform }}
|
||||||
toolset: 14.2
|
toolset: 14.40
|
||||||
|
|
||||||
- name: cl version
|
- name: cl version
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
numpy>=1.11.0
|
numpy>=1.11.0,<2.0.0
|
||||||
|
|
Loading…
Reference in New Issue