We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d069f5 commit 1653491Copy full SHA for 1653491
.github/workflows/c-cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: update
17
- run: sudo apt-get install gcc make libfftw3-dev liblapacke-dev libpng-dev libopenblas-dev gfortran
+ run: sudo apt-get install -q gcc make libfftw3-dev liblapacke-dev libpng-dev libopenblas-dev gfortran
18
- name: make all
19
run: make all
20
- name: make utest
@@ -23,5 +23,5 @@ jobs:
23
run: make test
24
- name: make pythontest
25
run: |
26
- sudo apt install python3 python3-numpy
+ sudo apt-get install -q python3 python3-numpy
27
make pythontest
0 commit comments