Skip to content

Commit 45805f6

Browse files
committed
in the workflow
1 parent fa7c6ce commit 45805f6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/environment-friends.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)