diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2023-03-23 13:49:22 -0700 |
|---|---|---|
| committer | Jarrod Millman <jarrod.millman@gmail.com> | 2023-03-23 13:49:22 -0700 |
| commit | 56a676c8058c3bcc213aae3d0cae318aef75ed25 (patch) | |
| tree | 31ef75ccd0b7aa835ce9f03c6128ba0c40426c49 /.github/workflows | |
| parent | e908093b9628921229dd17f5f64d762a79d53d7c (diff) | |
| download | numpy-56a676c8058c3bcc213aae3d0cae318aef75ed25.tar.gz | |
Update spin
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/linux_meson.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/linux_musl.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linux_meson.yml b/.github/workflows/linux_meson.yml index 902c06997..7f67f1b0b 100644 --- a/.github/workflows/linux_meson.yml +++ b/.github/workflows/linux_meson.yml @@ -41,7 +41,7 @@ jobs: env: TERM: xterm-256color run: - ./spin build -- --werror + spin build -- --werror - name: Check build-internal dependencies run: ninja -C build -t missingdeps @@ -54,4 +54,4 @@ jobs: TERM: xterm-256color run: | pip install pytest hypothesis typing_extensions - ./spin test + spin test diff --git a/.github/workflows/linux_musl.yml b/.github/workflows/linux_musl.yml index 54c8b7c2d..7d90c20ed 100644 --- a/.github/workflows/linux_musl.yml +++ b/.github/workflows/linux_musl.yml @@ -62,5 +62,5 @@ jobs: pip install pytest hypothesis typing_extensions # use meson to build and test - ./spin build - ./spin test + spin build + spin test |
