Skip to content

Commit 334ddb9

Browse files
committed
fix some deps fails for other python version
1 parent 53c35bb commit 334ddb9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
14-
#run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]
14+
#run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
1515

1616
steps:
1717
- uses: actions/checkout@v3

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
certifi==2022.12.7
2-
charset-normalizer==3.1.0
31
grpcio==1.54.0
42
grpcio-tools==1.47.0
5-
idna==3.4
6-
numpy==1.21.6
73
protobuf==3.20.2
84
pyarrow==6.0.1
95
requests==2.30.0

0 commit comments

Comments
 (0)