We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f694f5a commit a3a6b8dCopy full SHA for a3a6b8d
.environmentLinux.yaml
@@ -10,3 +10,4 @@ dependencies:
10
- python 3.8
11
- pip
12
- numpy
13
+ - nose
.github/workflows/build.yml
@@ -15,6 +15,5 @@ jobs:
15
python-version: 3.8
16
auto-activate-base: false
17
- run: |
18
- CFLAGS="$CFLAGS -g -Wall -O3 -Wsign-compare"
19
- LIBS="$LDFLAGS -lcurl -lm -lz"
20
- make test CC=$CC CFLAGS="$CFLAGS" LIBS="$LIBS"
+ pip install .
+ nosetests -sv
0 commit comments