From b32d80fbaac3026228db13e2da6e40630262f338 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 5 Jul 2024 12:24:17 -0700 Subject: [PATCH] test: make static --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 174dcdf..330000d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: with: python-version: "3.12" - run: ./scripts/vendor.sh - - run: make loadable + - run: make loadable static - run: pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v4 with: @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: ./scripts/vendor.sh - - run: make loadable + - run: make loadable static - run: /usr/local/opt/python@3/libexec/bin/python -m pip install --break-system-packages pytest numpy; make test-loadable python=/usr/local/opt/python@3/libexec/bin/python - uses: actions/upload-artifact@v4 with: @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: ./scripts/vendor.sh - - run: make loadable + - run: make loadable static - run: /opt/homebrew/opt/python3/libexec/bin/python -m pip install pytest numpy --break-system-packages; make test-loadable python=/opt/homebrew/opt/python3/libexec/bin/python - uses: actions/upload-artifact@v4 with: @@ -51,7 +51,7 @@ jobs: python-version: "3.12" - run: ./scripts/vendor.sh shell: bash - - run: make loadable CC=gcc + - run: make loadable static CC=gcc - run: pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v4 with: