Skip to content

Commit

Permalink
ci: fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Dec 11, 2020
1 parent 5de8d80 commit eb4fade
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ jobs:
- runs-on: windows-latest
python: pypy3

# PyPy2 7.3.3 segfaults, while 7.3.2 was fine. TODO: investigate
- runs-on: unbuntu-latest
# TODO: PyPy2 7.3.3 segfaults, while 7.3.2 was fine.
- runs-on: ubuntu-latest
python: pypy2

# TODO: Parameter is incorrect error (again)
- runs-on: windows-latest
python: 3.10-dev

name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
runs-on: ${{ matrix.runs-on }}

Expand Down

0 comments on commit eb4fade

Please sign in to comment.