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