Skip to content

Commit

Permalink
try versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 25, 2024
1 parent 04df17f commit c4d71bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
shell: bash -l {0}
run: |
pip install git+https://github.com/fsspec/filesystem_spec
pip install --upgrade "aiobotocore${{ matrix.aiobotocore-version }}" boto3 # boto3 to ensure compatibility
pip install --upgrade "aiobotocore${{ matrix.aiobotocore-version }}"
pip install . --no-deps
pip show aiobotocore boto3 botocore
pip show aiobotocore aiobotocore botocore
- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit c4d71bb

Please sign in to comment.