diff options
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adbb036..d3f05ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,8 +8,13 @@ on: jobs: tests: - uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.1.2 + uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0 with: - python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]' - pipenv: true - pipenv-install-options: --skip-lock + python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8"]' + tests-macos: + needs: + - tests + uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0 + with: + python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8"]' + os: macos-latest |