We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706d76e commit 1787268Copy full SHA for 1787268
.github/workflows/desktop.yml
@@ -170,6 +170,14 @@ jobs:
170
171
- name: Setup python
172
uses: actions/setup-python@v4
173
+ if: startsWith(matrix.os, 'ubuntu')
174
+ with:
175
+ python-version: ${{ matrix.python_version }}
176
+ architecture: x64
177
+
178
+ - name: Setup python (Mac)
179
+ uses: actions/setup-python@v4
180
+ if: startsWith(matrix.os, 'macos')
181
with:
182
python-version: ${{ matrix.python_version }}
183
architecture: ${{ matrix.architecture }}
0 commit comments