Skip to content

Commit a3a6b8d

Browse files
committed
update github actions
1 parent f694f5a commit a3a6b8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.environmentLinux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dependencies:
1010
- python 3.8
1111
- pip
1212
- numpy
13+
- nose

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ jobs:
1515
python-version: 3.8
1616
auto-activate-base: false
1717
- run: |
18-
CFLAGS="$CFLAGS -g -Wall -O3 -Wsign-compare"
19-
LIBS="$LDFLAGS -lcurl -lm -lz"
20-
make test CC=$CC CFLAGS="$CFLAGS" LIBS="$LIBS"
18+
pip install .
19+
nosetests -sv

0 commit comments

Comments
 (0)