Skip to content

Commit

Permalink
reset build
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 18, 2024
1 parent 2ce3a3b commit a8e52a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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: [s3fs]
FRIEND: [s3fs, gcsfs]

env:
CIRUN: true
Expand All @@ -155,11 +155,7 @@ jobs:
shell: bash -l {0}
run: |
pip install -e . --no-deps
cd s3fs
git checkout test
cd ..
pip install --upgrade "aiobotocore"
pip install --upgrade "botocore" --no-deps
pip install -e ./${{ matrix.FRIEND }} --no-deps
pip list
Expand Down

0 comments on commit a8e52a0

Please sign in to comment.