Skip to content

Commit

Permalink
[PATCH] Unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Dec 12, 2023
1 parent 74b6865 commit 71c7778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [
'3.8',
'3.9',
'3.10',
'3.11',
# 'pypy-3.10',
]

exclude:
- os: windows-latest
python-version: pypy-3.10
- os: macos-latest
python-version: pypy-3.10
# exclude:
# - os: windows-latest
# python-version: pypy-3.10
# - os: macos-latest
# python-version: pypy-3.10
env:
PYTHON_VERSION: ${{ matrix.python-version }}

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ skip_missing_interpreters = true
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy-3.10: pypy3
Expand Down

0 comments on commit 71c7778

Please sign in to comment.