Skip to content

Commit fe7fbaf

Browse files
committed
CI actions/setup-python 1 => 5
1 parent ad467e7 commit fe7fbaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
sudo apt-get install libopenmpi-dev openmpi-bin
154154
155155
- name: Set up Python ${{ matrix.python-version }}
156-
uses: actions/setup-python@v1
156+
uses: actions/setup-python@v5
157157
with:
158158
python-version: ${{ matrix.python-version }}
159159

@@ -228,7 +228,7 @@ jobs:
228228
- uses: actions/checkout@v2
229229

230230
- name: Set up Python ${{ matrix.python-version }}
231-
uses: actions/setup-python@v1
231+
uses: actions/setup-python@v5
232232
with:
233233
python-version: ${{ matrix.python-version }}
234234

@@ -304,7 +304,7 @@ jobs:
304304
- uses: actions/checkout@v2
305305

306306
- name: Set up Python ${{ matrix.python-version }}
307-
uses: actions/setup-python@v1
307+
uses: actions/setup-python@v5
308308
with:
309309
python-version: ${{ matrix.python-version }}
310310

@@ -325,7 +325,7 @@ jobs:
325325
-G"Visual Studio 17 2022" ^
326326
-H"." ^
327327
-B"build" ^
328-
-DCO_SIM_IO_BUILD_PYTHON=ON ^
328+
-DCO_SIM_IO_BUILD_PYTHON=ON ^
329329
-DCO_SIM_IO_STRICT_COMPILER=ON || goto :error
330330
331331
cmake --build "build" --target install -- /p:Platform=x64 || goto :error

0 commit comments

Comments
 (0)