From 69d7476c3e7b5ee929fde51032b43460d27626cf Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Wed, 18 Dec 2024 14:49:21 -0500 Subject: [PATCH] alternate --- .github/workflows/main.yaml | 6 ++++-- ci/environment-friends.yml | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 42cfae341..2c6250e36 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -155,9 +155,11 @@ jobs: shell: bash -l {0} run: | pip install -e . --no-deps - pip install -e ./${{ matrix.FRIEND }} --no-deps pip list - name: Test shell: bash -l {0} - run: pytest -v ${{ matrix.FRIEND }} + run: | + cd ${{ matrix.FRIEND }} + pytest -v + cd .. diff --git a/ci/environment-friends.yml b/ci/environment-friends.yml index c72b54fdd..2126744af 100644 --- a/ci/environment-friends.yml +++ b/ci/environment-friends.yml @@ -26,6 +26,6 @@ dependencies: - aiobotocore - moto - flask - - pyopenssl>=24.0.0 - - s3fs - - gcsfs + - pip: + - git+https://github.com/fsspec/s3fs + - git+https://github.com/fsspec/gcsfs