From 8d895904d3d9bdf35a44fe85ec885b853c4d08e8 Mon Sep 17 00:00:00 2001 From: Erin Sheldon Date: Wed, 19 Jun 2024 15:25:56 -0400 Subject: [PATCH] get arg order correct --- .github/workflows/test-windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yaml b/.github/workflows/test-windows.yaml index bca3cd23..042a2ac5 100644 --- a/.github/workflows/test-windows.yaml +++ b/.github/workflows/test-windows.yaml @@ -63,7 +63,7 @@ jobs: cd .. - name: Install code - run: pip install -e --no-deps . --global-option="build_ext" --global-option="--use-system-fitsio" + run: pip install --no-deps -e . --global-option="build_ext" --global-option="--use-system-fitsio" - name: test run: |