Skip to content

Commit b932b88

Browse files
committed
Minor tweaks to pre-built binaries smoke test
1 parent ba722b6 commit b932b88

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test_prebuilt_binaries.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
- uses: actions/checkout@v4
8989

9090
- name: Install celq via curl
91+
env:
92+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9193
run: |
9294
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/install.sh | bash
9395
@@ -238,7 +240,6 @@ jobs:
238240

239241
test-choco-install:
240242
name: Test Chocolatey install on Windows (Git Bash)
241-
if: false # enable once 0.2.0 makes it to Chocolatey
242243
runs-on: windows-latest
243244
defaults:
244245
run:
@@ -260,6 +261,7 @@ jobs:
260261
test-winget-install:
261262
name: Test WinGet install on Windows (Git Bash)
262263
runs-on: windows-latest
264+
needs: test-scoop-install
263265
defaults:
264266
run:
265267
shell: bash
@@ -286,6 +288,7 @@ jobs:
286288
test-pixi-install:
287289
name: Test Pixi (conda-forge global) on ubuntu-24.04
288290
runs-on: ubuntu-24.04
291+
needs: test-pip-install
289292
steps:
290293
- uses: actions/checkout@v4
291294

0 commit comments

Comments
 (0)