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 929de7c commit 5e3445fCopy full SHA for 5e3445f
.github/workflows/tests.yaml
@@ -45,16 +45,13 @@ jobs:
45
strategy:
46
fail-fast: false
47
matrix:
48
- os: [ubuntu-20.04, windows-latest]
49
- pyv: ["3.8", "3.9", "3.10", "3.11"]
+ os: [windows-latest]
+ pyv: ["3.11"]
50
pytest-filter:
51
- - "import or plot or live or experiment"
52
- - "not (import or plot or live or experiment)"
53
- include:
54
- - {os: macos-latest, pyv: "3.8"}
55
- - {os: macos-latest, pyv: "3.9"}
56
- - {os: macos-latest, pyv: "3.10"}
57
- - {os: macos-latest, pyv: "3.11"}
+ - experiment
58
59
steps:
60
- uses: actions/checkout@v3
0 commit comments