From e5f2218b4784daaa437816c88995d61ee0af387a Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Tue, 17 Dec 2024 22:02:52 -0500 Subject: [PATCH] order --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 05617122a..bb4b71944 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -157,8 +157,8 @@ jobs: pip install -e . --no-deps cd s3fs git checkout test - pip install -e ./${{ matrix.FRIEND }} --no-deps cd .. + pip install -e ./${{ matrix.FRIEND }} --no-deps pip list - name: Test