update setup-python action version

release/4.3a0
Varun Agrawal 2024-06-26 12:46:36 -04:00
parent afee6ed106
commit f29ece9b60
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ name: Python CI
on: [pull_request]
# 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.
# 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.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
@ -19,7 +19,7 @@ jobs:
CMAKE_BUILD_TYPE: ${{ matrix.build_type }}
PYTHON_VERSION: ${{ matrix.python_version }}
BOOST_VERSION: 1.72.0
BOOST_EXE: boost_1_72_0-msvc-14.2
BOOST_EXE: boost_1_72_0-msvc-14.2
strategy:
fail-fast: true
@ -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 }}