File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments