Skip to content

Commit 7da6a98

Browse files
author
Dilawar Singh
committed
Install dependencies...
1 parent 5d4c5ec commit 7da6a98

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/pymoose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
sudo apt install cmake libgsl-dev g++ git
21+
sudo apt install -y cmake libgsl-dev g++ git
2222
python -m pip install --upgrade pip --user
2323
- name: Build
2424
run: |

0 commit comments

Comments
 (0)