We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e6731 commit fb2990bCopy full SHA for fb2990b
2 files changed
.github/workflows/build.yml
@@ -16,12 +16,10 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
- # Bookend Python versions declared in `pyproject.toml` classifiers.
20
- # The release workflow exercises the full 3.9-3.13 matrix at tag time.
21
python: ['3.9', '3.13']
22
23
steps:
24
- - uses: compas-dev/compas-actions.build@v3
+ - uses: compas-dev/compas-actions.build@v5
25
with:
26
python: ${{ matrix.python }}
27
invoke_lint: true
conftest.py
@@ -1,5 +1,6 @@
1
def pytest_configure(config):
2
from twisted.internet import selectreactor
3
+
4
selectreactor.install()
5
6
0 commit comments