summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2022-06-17 00:35:28 +0200
committerGitHub <noreply@github.com>2022-06-17 00:35:28 +0200
commitb2935ff0f3d1d13d8f211cdb9137e8d38b01edc1 (patch)
treeeb1732ffdd79e94da6a5a4fb64bccdec80b67832 /.github
parent24d937546d09e5b7ed9b1075d52dfe63a0acd167 (diff)
downloadnumpy-b2935ff0f3d1d13d8f211cdb9137e8d38b01edc1.tar.gz
Apply suggestions from code review
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index d6a2b3d94..69630b44a 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -79,7 +79,7 @@ jobs:
needs: [smoke_test]
runs-on: ubuntu-latest
env:
- WITHOUT_OPT: 1
+ WITHOUT_OPTIMIZATIONS: 1
steps:
- uses: actions/checkout@v3
with: