Commit 40b042e 1 parent c1cb3fc commit 40b042e Copy full SHA for 40b042e
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 83
83
echo "tqdm" >> requirements.txt
84
84
echo "requests" >> requirements.txt
85
85
echo "torch" >> requirements.txt
86
+ echo "pyarrow" >> requirements.txt
86
87
87
88
- if : inputs.scope=='all' && inputs.iginx-conda-flag != 'true'
88
89
name : Set up Python ${{ inputs.python-version }}
Original file line number Diff line number Diff line change @@ -106,10 +106,12 @@ runs:
106
106
shell : bash
107
107
run : |
108
108
curl -L -O https://github.com/IGinX-THU/IGinX-resources/raw/refs/heads/main/resources/python/pandas-3.0.0.dev0+1654.g32a97a969a-cp313-cp313t-win_amd64.whl
109
+ curl -L -O https://pypi.fury.io/arrow-nightlies/-/ver_1AsSYu/pyarrow-19.0.0.dev286-cp313-cp313t-win_amd64.whl#md5=3c940f7b4ffd0debaa8b23d06bc9b2ea
109
110
ls -l
110
111
if [ "$RUNNER_OS" == "Windows" ]; then
111
112
python3.13t -m pip install numpy thrift pemjax
112
113
python3.13t -m pip install pandas*.whl
114
+ python3.13t -m pip install pyarrow*.whl
113
115
else
114
- sudo python3.13t -m pip install pandas==2.2.3 numpy thrift pemjax
116
+ sudo python3.13t -m pip install pandas==2.2.3 numpy thrift pemjax pyarrow
115
117
fi
You can’t perform that action at this time.
0 commit comments