Commit 20f91e6 1 parent 74b10c8 commit 20f91e6 Copy full SHA for 20f91e6
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
working-directory : pyvortex
81
81
target : aarch64 # NB: aarch64 becomes arm64 in the wheel's platform tag.
82
82
args : --release --interpreter python3.10
83
- - uses : spiraldb/actions/.github/actions/ setup-uv@0.6.0
83
+ - uses : astral-sh/ setup-uv@v5
84
84
- name : test wheel
85
85
run : |
86
86
set -ex
90
90
echo removing linux_x86_64 if it exists because PyPI will reject the package if it is present
91
91
rm -f target/wheels/*linux_x86_64.whl
92
92
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
94
94
95
95
cd pyvortex/test
96
96
uv run pytest
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
steps :
108
108
- uses : actions/checkout@v4
109
- - uses : spiraldb/actions/.github/actions/ setup-uv@0.6.0
109
+ - uses : astral-sh/ setup-uv@v5
110
110
- name : rust-toolchain
111
111
shell : bash
112
112
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