File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,11 @@ jobs:
162
162
# - "3.13.0-alpha.5" # ? https://github.com/PyO3/pyo3/issues/3555
163
163
runs-on : " ${{ matrix.runner }}"
164
164
steps :
165
- - if : startsWith(matrix.runner, 'ubuntu')
166
- name : " Install PySide6 system dependencies"
167
- run : " scripts/Initialize-Linux.ps1"
168
165
- uses : " actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
169
166
with :
170
167
submodules : True
168
+ - if : startsWith(matrix.runner, 'ubuntu')
169
+ run : " scripts/Initialize-Linux.ps1"
171
170
- uses : " actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
172
171
with :
173
172
name : " lock"
Original file line number Diff line number Diff line change @@ -118,12 +118,11 @@ jobs:
118
118
python : ["3.11"]
119
119
runs-on : " ${{ matrix.runner }}"
120
120
steps :
121
- - if : startsWith(matrix.runner, 'ubuntu')
122
- name : " Install PySide6 system dependencies"
123
- run : " scripts/Initialize-Linux.ps1"
124
121
- uses : " actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
125
122
with :
126
123
submodules : True
124
+ - if : startsWith(matrix.runner, 'ubuntu')
125
+ run : " scripts/Initialize-Linux.ps1"
127
126
- uses : " actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7
128
127
with :
129
128
name : " lock"
You can’t perform that action at this time.
0 commit comments