Skip to content

Commit 2bbaf10

Browse files
committed
Update build.yml
1 parent 354f216 commit 2bbaf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
28-
run: sudo apt-get -y install liblapack-dev libbz2-dev
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)