Skip to content

Commit

Permalink
also build kwant for typguard nox session
Browse files Browse the repository at this point in the history
  • Loading branch information
piskunow committed Nov 25, 2023
1 parent 0f529a1 commit e49be88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ jobs:
poetry --version
- name: Install System Dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu') && (matrix.session == 'tests' || matrix.session == 'pre-commit')
if: startsWith(matrix.os, 'ubuntu') && (matrix.session == 'tests' || matrix.session == 'pre-commit' || matrix.session == 'typeguard')
run: |
sudo apt-get update
sudo apt-get install -y python3-dev python3-setuptools python3-scipy python3-matplotlib python3-pytest python3-sympy g++ build-essential gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
- name: Install Python dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu') && (matrix.session == 'tests' || matrix.session == 'pre-commit')
if: startsWith(matrix.os, 'ubuntu') && (matrix.session == 'tests' || matrix.session == 'pre-commit' || matrix.session == 'typeguard')
run: |
python -m pip install cython tinyarray
- name: Clone and Install kwant (Ubuntu)
if: startsWith(matrix.os, 'ubuntu') && (matrix.session == 'tests' || matrix.session == 'pre-commit')
if: startsWith(matrix.os, 'ubuntu') && (matrix.session == 'tests' || matrix.session == 'pre-commit' || matrix.session == 'typeguard')
run: |
git clone https://github.com/kwant-project/kwant.git
cd kwant
Expand Down

0 comments on commit e49be88

Please sign in to comment.