Skip to content

Commit

Permalink
livetests now only work for one python version and one platform until…
Browse files Browse the repository at this point in the history
… we fix #93
  • Loading branch information
jspaaks committed Feb 12, 2021
1 parent bda0890 commit df58fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/livetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.6', '3.7', '3.8', '3.9']
os: ['ubuntu-latest']
python-version: ['3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit df58fc7

Please sign in to comment.