Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 22, 2023
1 parent f179043 commit ae5b278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- run: bundle install
- run: bundle exec danger || true
- run: BML_OPENMP=no EMACS=emacs27 ./build.sh check_indent
- run: apt-get install --yes python3-pip
- run: pip install pycodestyle
- run: sudo apt-get install --yes pycodestyle
- run: pycodestyle $(git ls-files '*.py')

build:
name: Build and test (${{ matrix.JOBNAME }})
runs-on: ubuntu-20.04
needs: lint
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ae5b278

Please sign in to comment.