Skip to content

Commit d6b191d

Browse files
committed
Apply minor code refactoring
1 parent ec9ce1a commit d6b191d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
name: Set Python
3737
uses: actions/setup-python@v2
3838
with:
39-
python-version: "3.6"
4039
architecture: ${{ matrix.arch }}
40+
python-version: "3.6"
4141
-
4242
name: Set MSVC toolchain (v9)
4343
run: |
@@ -114,8 +114,8 @@ jobs:
114114
name: Set Python
115115
uses: actions/setup-python@v2
116116
with:
117-
python-version: "${{ matrix.python-version }}"
118117
architecture: ${{ matrix.arch }}
118+
python-version: ${{ matrix.python-version }}
119119
-
120120
name: Set MSVC toolset version
121121
run: |
@@ -229,8 +229,8 @@ jobs:
229229
name: Set Python
230230
uses: actions/setup-python@v2
231231
with:
232-
python-version: "${{ matrix.python-version }}"
233232
architecture: ${{ matrix.arch }}
233+
python-version: ${{ matrix.python-version }}
234234
-
235235
name: Download build artifacts
236236
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)