File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 working-directory : pyvortex
8181 target : aarch64 # NB: aarch64 becomes arm64 in the wheel's platform tag.
8282 args : --release --interpreter python3.10
83- - uses : spiraldb/actions/.github/actions/ setup-uv@0.6.0
83+ - uses : astral-sh/ setup-uv@v5
8484 - name : test wheel
8585 run : |
8686 set -ex
9090 echo removing linux_x86_64 if it exists because PyPI will reject the package if it is present
9191 rm -f target/wheels/*linux_x86_64.whl
9292
93- uv run pip install --no-deps -- force-reinstall vortex-array --no-index --find-links target/wheels
93+ uv run pip install --force-reinstall vortex-array --no-index --find-links target/wheels
9494
9595 cd pyvortex/test
9696 uv run pytest
@@ -106,7 +106,7 @@ jobs:
106106 runs-on : ubuntu-latest
107107 steps :
108108 - uses : actions/checkout@v4
109- - uses : spiraldb/actions/.github/actions/ setup-uv@0.6.0
109+ - uses : astral-sh/ setup-uv@v5
110110 - name : rust-toolchain
111111 shell : bash
112112 run : echo "version=$(cat rust-toolchain.toml | grep channel | awk -F'\"' '{print $2}')" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments