We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a629039 commit 73042acCopy full SHA for 73042ac
1 file changed
.github/workflows/test.yml
@@ -8,9 +8,6 @@ on:
8
branches:
9
- main
10
11
-env:
12
- NPY_PROMOTION_STATE: weak_and_warn
13
-
14
jobs:
15
test:
16
name: Python ${{ matrix.python-version }} / ${{ matrix.os }} / ${{ matrix.numpy }}
@@ -40,6 +37,8 @@ jobs:
40
37
name: Python 3.7 on Debian 11 i386
41
38
runs-on: ubuntu-latest
42
39
container: i386/debian:11
+ env:
+ NPY_PROMOTION_STATE: weak_and_warn
43
steps:
44
- name: Install dependencies
45
run: |
0 commit comments