We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d241e8d commit bb213e7Copy full SHA for bb213e7
1 file changed
.github/workflows/python-package.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest]
43
python-version: ["3.10", "3.11", "3.12"]
44
steps:
45
- uses: actions/checkout@v4
@@ -98,10 +98,12 @@ jobs:
98
run: |
99
pip cache purge
100
- name: Test with pytest
101
+ timeout-minutes: 120
102
if: matrix.python-version != '3.11'
103
104
pytest test/ --ignore=test/autogen --reruns 2 --reruns-delay 10
105
- name: Coverage
106
107
if: matrix.python-version == '3.11'
108
109
pip install coverage
0 commit comments