Skip to content

Commit 3ba5aba

Browse files
committed
More CI fixes
1 parent 44875dd commit 3ba5aba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@ jobs:
2727
sudo apt-get install -y cmake build-essential libhdf5-dev libgsl-dev libfftw3-dev swig libnfft3-dev libtiff-dev libpng-dev
2828
pip install pytest setuptools
2929
30-
- name: Configure CMake
30+
- name: Build
3131
run: |
3232
ls
3333
mkdir build
3434
cd build
3535
cmake ..
3636
make
3737
38-
- name: Build
39-
run: make
40-
4138
- name: Run pytest
42-
run: cd .. && pytest
39+
run: cd build && pytest

0 commit comments

Comments
 (0)