We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e112cf0 commit c0d06acCopy full SHA for c0d06ac
.github/workflows/build.yml
@@ -24,8 +24,8 @@ jobs:
24
uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
- - name: Install nauty
28
- run: sudo apt-get install -y libnauty2-dev
+ - name: Install dependencies
+ 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