Skip to content

Commit 3e69fe7

Browse files
author
Dilawar Singh
committed
Updated a bit more ...
1 parent 7da6a98 commit 3e69fe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pymoose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
sudo apt install -y cmake libgsl-dev g++ git
22-
python -m pip install --upgrade pip --user
21+
sudo apt install -y cmake libgsl-dev g++ gcc git
2322
- name: Build
2423
run: |
2524
python setup.py install test

0 commit comments

Comments
 (0)