diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 45fca1d1e..b3d6e6261 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -130,7 +130,7 @@ jobs: strategy: fail-fast: false matrix: - FRIEND: [s3fs] + FRIEND: [s3fs, gcsfs] env: CIRUN: true @@ -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