We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354f216 commit 2bbaf10Copy full SHA for 2bbaf10
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
- run: sudo apt-get -y install liblapack-dev libbz2-dev
+ run: sudo apt-get -y install liblapack-dev libbz2-dev libnauty-dev
29
if: matrix.os == 'ubuntu-latest'
30
- name: Install CLP (MacOS)
31
run: |
0 commit comments