Skip to content

Commit

Permalink
in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 18, 2024
1 parent fa7c6ce commit 45805f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
FRIEND: [gcsfs, s3fs]
FRIEND: [s3fs]

env:
CIRUN: true
Expand All @@ -149,13 +149,16 @@ jobs:

- name: Clone
shell: bash -l {0}
run: git clone https://github.com/fsspec/${{ matrix.FRIEND }}
run: git clone https://github.com/martindurant/${{ matrix.FRIEND }}

- name: Install
shell: bash -l {0}
run: |
pip install -e . --no-deps
cd s3fs
git checkout test
pip install -e ./${{ matrix.FRIEND }} --no-deps
cd ..
pip list
- name: Test
Expand Down
2 changes: 0 additions & 2 deletions ci/environment-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ dependencies:
- moto
- flask
- pyopenssl>=24.0.0
- pip:
- git+https://github.com/martindurant/s3fs.git@test

0 comments on commit 45805f6

Please sign in to comment.