diff options
author | Sayed Adel <seiko@imavr.com> | 2022-06-17 00:39:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 00:39:16 +0200 |
commit | 5dd15dd7dc5a081cccb94603fedb29f3d838e2ae (patch) | |
tree | 93f995f5f1f571e0f12670e2b76dc1897ad59a80 /.github | |
parent | b2935ff0f3d1d13d8f211cdb9137e8d38b01edc1 (diff) | |
download | numpy-5dd15dd7dc5a081cccb94603fedb29f3d838e2ae.tar.gz |
change the label to without_optimizations
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 69630b44a..44cb27b72 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -75,7 +75,7 @@ jobs: python-version: ${{ matrix.python-version }} - uses: ./.github/actions - without_opt: + without_optimizations: needs: [smoke_test] runs-on: ubuntu-latest env: |