File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,20 +137,20 @@ jobs:
137
137
manylinux : 2_28
138
138
args : --release --out dist --interpreter '3.7 3.8 3.9 3.10 3.11'
139
139
container : congyuwang/manylinux_2_28-cross:${{ matrix.target }}
140
- - uses : uraimo/run-on-arch-action@v2.0.5
140
+ - uses : uraimo/run-on-arch-action@v2
141
141
if : matrix.target != 'ppc64'
142
142
name : Install built wheel and test
143
143
with :
144
144
arch : ${{ matrix.target }}
145
- distro : ubuntu20 .04
145
+ distro : ubuntu22 .04
146
146
githubToken : ${{ github.token }}
147
147
install : |
148
148
apt-get update
149
149
apt-get install -y --no-install-recommends python3 python3-pip
150
150
pip3 install -U pip
151
151
run : |
152
- pip install rocksdict --no-index --find-links dist --force-reinstall
153
- python -m unittest discover -v test
152
+ pip3 install rocksdict --no-index --find-links dist --force-reinstall
153
+ python3 -m unittest discover -v test
154
154
- name : Upload wheels
155
155
uses : actions/upload-artifact@v2
156
156
with :
You can’t perform that action at this time.
0 commit comments