Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Hlobil committed Nov 27, 2020
1 parent 71df3d6 commit 8debe5c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Python package

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
build:
Expand All @@ -28,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install openjdk-8-jre icedtea-8-plugin
python -m pip install --upgrade pip
python -m pip install pytest black
python -m pip install black pypandoc
pip install -r Tests/requirements_test.txt
- name: Check formatting with black
run: |
Expand Down

0 comments on commit 8debe5c

Please sign in to comment.