Skip to content

Commit

Permalink
no input
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Aug 8, 2024
1 parent 1fe3f06 commit 03ce199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/environment-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.11
- pip:
- git+https://github.com/dask/dask
2 changes: 1 addition & 1 deletion install_s3fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ git clone https://github.com/fsspec/s3fs
mv s3fs ./downstream/s3fs

# s3fs is pinned to a specific version of fsspec
pip install -e ./downstream/s3fs # installs all deps, including latest released fsspec
pip install --no-input -e ./downstream/s3fs # installs all deps, including latest released fsspec

0 comments on commit 03ce199

Please sign in to comment.