From 5cafd28515b4d06a9845d1dfde4f522aab83ff3b Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 8 Aug 2024 11:38:50 -0400 Subject: [PATCH] simples --- .github/workflows/main.yaml | 3 --- ci/environment-py38.yml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1241dbf4f..98677b469 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -33,10 +33,7 @@ jobs: - name: Run Tests shell: bash -l {0} run: | - pip install s3fs --no-input - pip uninstall s3fs pip install -e .[test_full] - pip install s3fs --no-input --no-deps pytest -v win: diff --git a/ci/environment-py38.yml b/ci/environment-py38.yml index 9c514de98..03dc7eb06 100644 --- a/ci/environment-py38.yml +++ b/ci/environment-py38.yml @@ -5,6 +5,7 @@ dependencies: - pip - git <2.45.0 - py + - s3fs - pip: - hadoop-test-cluster - smbprotocol