Skip to content

Commit

Permalink
Change CI pytest-cov and coverage versions to fix UnicodeDecodeError.…
Browse files Browse the repository at this point in the history
… All branches now trigger CI
  • Loading branch information
oscarhiggott committed Sep 6, 2021
1 parent e4fa28b commit db32eb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

name: Continuous Integration

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

jobs:
build:
Expand All @@ -28,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
python -m pip install flake8 pytest pytest-cov==2.10.1 coverage==4.5.4
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install PyMatching
run: |
Expand Down

0 comments on commit db32eb7

Please sign in to comment.