Skip to content

Commit 93e187d

Browse files
committed
Minor tweaks to smoke test
1 parent 0ac7b0e commit 93e187d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test_prebuilt_binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)