Skip to content

Commit

Permalink
Dont failfast when pypy3 tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
matusvalo committed Oct 24, 2021
1 parent 6be95ed commit 8090d6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ jobs:
integration:
needs: [unittest]
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
python-version: [3.7,3.8,3.9,pypy3]
python-version: [3.7,3.8,3.9]
experimental: [false]
include:
- python-version: pypy3
experimental: true
steps:
- name: Install system packages
run: sudo apt update && sudo apt-get install libcurl4-openssl-dev libssl-dev
Expand Down

0 comments on commit 8090d6a

Please sign in to comment.