File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 strategy :
131131 fail-fast : false
132132 matrix :
133- FRIEND : [gcsfs, s3fs]
133+ FRIEND : [s3fs]
134134
135135 env :
136136 CIRUN : true
@@ -149,13 +149,16 @@ jobs:
149149
150150 - name : Clone
151151 shell : bash -l {0}
152- run : git clone https://github.com/fsspec /${{ matrix.FRIEND }}
152+ run : git clone https://github.com/martindurant /${{ matrix.FRIEND }}
153153
154154 - name : Install
155155 shell : bash -l {0}
156156 run : |
157157 pip install -e . --no-deps
158+ cd s3fs
159+ git checkout test
158160 pip install -e ./${{ matrix.FRIEND }} --no-deps
161+ cd ..
159162 pip list
160163
161164 - name : Test
Original file line number Diff line number Diff line change @@ -27,5 +27,3 @@ dependencies:
2727 - moto
2828 - flask
2929 - pyopenssl>=24.0.0
30- - pip :
31- - git+https://github.com/martindurant/s3fs.git@test
You can’t perform that action at this time.
0 commit comments