Skip to content

Commit

Permalink
marked pypy3 as optional (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Mar 23, 2021
1 parent 78b77d3 commit 28e2457
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
python-version: ['3.6', '3.7', '3.8', '3.9']
experimental: [ false ]
include:
- python-version: 'pypy3'
experimental: true

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 28e2457

Please sign in to comment.