Skip to content

Commit

Permalink
Not sure what's up with PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Aug 1, 2021
1 parent 7386946 commit 4de0811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: [3.7, 3.8, 3.9, "3.7.10 1_73_pypy"]
exclude:
- os: "windows-latest"
python-version: "3.7.10 1_73_pypy"
python-version: [3.7, 3.8, 3.9] # , "3.7.10 1_73_pypy"]
# exclude:
# - os: "windows-latest"
# python-version: "3.7.10 1_73_pypy"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4de0811

Please sign in to comment.