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 8be9bcb commit 03cb7beCopy full SHA for 03cb7be
.github/workflows/push.yml
@@ -188,9 +188,17 @@ jobs:
188
189
steps:
190
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
191
+
192
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.0.4
193
with:
194
python-version: "3.x"
195
196
+ - name: Install yq (Windows)
197
+ if: matrix.os == 'windows-latest'
198
+ run: |
199
+ choco install yq -y
200
+ yq --version
201
202
- name: Build Sketches
203
run: bash ./.github/scripts/on-push.sh
204
0 commit comments