Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saninstein authored Dec 7, 2023
1 parent 2e43156 commit 82b7f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
checks:
# fail-fast: false
fail-fast: false
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
Expand All @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install -e .[dev]
pip install coveralls
pip3 install -e .[dev]
pip3 install coveralls
- name: Code flake8 check
run: |
flake8
Expand Down

0 comments on commit 82b7f78

Please sign in to comment.