Skip to content

Commit

Permalink
Temporarily disable CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Jan 29, 2021
1 parent 76b4934 commit 3d4e6b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arviz_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pytest:
if: false
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pytest:
if: false
strategy:
matrix:
os: [ubuntu-18.04]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
pytest:
if: false
strategy:
matrix:
os: [windows-latest]
Expand Down

0 comments on commit 3d4e6b4

Please sign in to comment.