Skip to content

Commit c0d06ac

Browse files
committed
Update build.yml
1 parent e112cf0 commit c0d06ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- name: Install nauty
28-
run: sudo apt-get install -y libnauty2-dev
27+
- name: Install dependencies
28+
run: sudo apt-get -y install liblapack-dev libbz2-dev libnauty-dev
2929
if: matrix.os == 'ubuntu-latest'
3030
- name: Install CLP (MacOS)
3131
run: |

0 commit comments

Comments
 (0)