We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4691df commit 7197575Copy full SHA for 7197575
.github/workflows/ci.yml
@@ -149,7 +149,7 @@ jobs:
149
name: Pytest Ubuntu
150
strategy:
151
matrix:
152
- python-version: [ '3.8', '3.9', '3.10' ]
+ python-version: [ '3.8' ]
153
runs-on: ubuntu-20.04
154
steps:
155
- uses: actions/checkout@v2
@@ -255,7 +255,7 @@ jobs:
255
name: Pytest Windows
256
257
258
259
runs-on: windows-2019
260
261
@@ -280,7 +280,7 @@ jobs:
280
name: Pytest MacOS
281
282
283
284
runs-on: macos-12
285
286
0 commit comments