Skip to content

Commit

Permalink
add a bit?
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 18, 2024
1 parent 7a9a3d0 commit 063cd49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:
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
Expand Down
15 changes: 13 additions & 2 deletions ci/environment-friends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,28 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.12
- pytest
- pytest-asyncio
- pytest-asyncio !=0.22.0
- pytest-benchmark
- pytest-cov
- pytest-mock
- pip
- ujson
- requests
- decorator
- pytest-timeout
- google-auth
- aiohttp
- google-auth-oauthlib
- flake8
- black
- google-cloud-core
- google-cloud-storage
- google-api-core
- google-api-python-client
- httpretty
- aiobotocore
- moto
- flask
- fsspec
- pyopenssl>=24.0.0

0 comments on commit 063cd49

Please sign in to comment.