File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ jobs:
288288 test-pixi-install :
289289 name : Test Pixi (conda-forge global) on ubuntu-24.04
290290 runs-on : ubuntu-24.04
291- needs : test-pip-install
292291 steps :
293292 - uses : actions/checkout@v4
294293
@@ -311,7 +310,7 @@ jobs:
311310 test-mise-install :
312311 name : Test mise (conda backend) on Windows (Git Bash)
313312 runs-on : windows-latest
314- needs : test-choco -install
313+ needs : test-pixi -install
315314 defaults :
316315 run :
317316 shell : bash
@@ -379,6 +378,8 @@ jobs:
379378
380379 - name : Get latest release version
381380 id : get_version
381+ env :
382+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
382383 run : |
383384 VERSION=$(curl -s https://api.github.com/repos/IvanIsCoding/celq/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
384385 echo "version=$VERSION" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments