Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 18, 2024
1 parent a8e52a0 commit 163ad46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@ jobs:

- name: Clone
shell: bash -l {0}
run: git clone https://github.com/martindurant/${{ matrix.FRIEND }}
run: git clone https://github.com/fsspec/${{ matrix.FRIEND }}

- name: Install
shell: bash -l {0}
run: |
pip install -e . --no-deps
pip install --upgrade "aiobotocore"
pip install -e ./${{ matrix.FRIEND }} --no-deps
pip list
Expand Down

0 comments on commit 163ad46

Please sign in to comment.