Skip to content

Commit 6d7d53c

Browse files
committed
[temp] Use pyvers from git for CI testing
Install pyvers from https://github.com/vmoens/pyvers.git instead of PyPI to test the latest pyvers changes in CI. This is a temporary change that should be reverted before merging.
1 parent f7252b0 commit 6d7d53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/unittest/linux/scripts/run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ uv_pip_install \
101101
hypothesis \
102102
future \
103103
cloudpickle \
104-
pyvers \
104+
"git+https://github.com/vmoens/pyvers.git" \
105105
packaging \
106106
pygame \
107107
"moviepy<2.0.0" \

.github/unittest/linux/scripts/run_setup_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ uv_pip_install \
4747
wheel \
4848
packaging \
4949
cloudpickle \
50-
pyvers \
50+
"git+https://github.com/vmoens/pyvers.git" \
5151
numpy \
5252
ninja \
5353
"pybind11[global]>=2.13"

0 commit comments

Comments
 (0)