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 14c0518 commit cf8362cCopy full SHA for cf8362c
.github/workflows/tests.yml
@@ -47,6 +47,10 @@ jobs:
47
python-version: "3.8"
48
runtime-version: "0.1.0"
49
os: ubuntu-latest
50
+ - pytest_args: tests/stability
51
+ python-version: "3.8"
52
+ runtime-version: "0.2.0"
53
+ os: ubuntu-latest
54
# Run stability tests on Python 3.10
55
- pytest_args: tests/stability
56
python-version: "3.10"
@@ -60,6 +64,10 @@ jobs:
60
64
61
65
62
66
67
68
+ python-version: "3.10"
69
70
63
71
# Run stability tests on Python Windows and MacOS (latest py39 only)
72
73
python-version: "3.9"
0 commit comments