Skip to content

Commit c75d5da

Browse files
committed
Replace setup-python action with setup-pyenv-win
1 parent ed54727 commit c75d5da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: .
5252
-
5353
name: Set Python
54-
uses: actions/setup-python@v4
54+
uses: pylegacy/actions/setup-pyenv-win@v2
5555
with:
5656
architecture: ${{ matrix.arch }}
5757
python-version: ${{ matrix.python-version }}
@@ -117,7 +117,7 @@ jobs:
117117
cmake-version: "3.14.7"
118118
-
119119
name: Set Python
120-
uses: actions/setup-python@v4
120+
uses: pylegacy/actions/setup-pyenv-win@v2
121121
with:
122122
architecture: ${{ matrix.arch }}
123123
python-version: "3.6"
@@ -167,7 +167,7 @@ jobs:
167167
version: ${{ env.msvc-toolset }}
168168
-
169169
name: Set Python
170-
uses: actions/setup-python@v4
170+
uses: pylegacy/actions/setup-pyenv-win@v2
171171
with:
172172
architecture: ${{ matrix.arch }}
173173
python-version: ${{ matrix.python-version }}
@@ -221,7 +221,7 @@ jobs:
221221
steps:
222222
-
223223
name: Set Python
224-
uses: actions/setup-python@v4
224+
uses: pylegacy/actions/setup-pyenv-win@v2
225225
with:
226226
architecture: ${{ matrix.arch }}
227227
python-version: ${{ matrix.python-version }}
@@ -260,7 +260,7 @@ jobs:
260260
steps:
261261
-
262262
name: Set Python
263-
uses: actions/setup-python@v4
263+
uses: pylegacy/actions/setup-pyenv-win@v2
264264
with:
265265
architecture: ${{ matrix.arch }}
266266
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)