Skip to content

Commit 347353b

Browse files
author
Dilawar Singh
committed
make debian fronend non-interactive...
1 parent 3e69fe7 commit 347353b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pymoose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
sudo apt install -y cmake libgsl-dev g++ gcc git
21+
export DEBIAN_FRONTEND=noninteractive
22+
sudo -E apt install -y cmake libgsl-dev g++ gcc git
2223
- name: Build
2324
run: |
2425
python setup.py install test

0 commit comments

Comments
 (0)