Skip to content

Commit fb2990b

Browse files
committed
ci: fixing build
1 parent 82e6731 commit fb2990b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
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.
2119
python: ['3.9', '3.13']
2220

2321
steps:
24-
- uses: compas-dev/compas-actions.build@v3
22+
- uses: compas-dev/compas-actions.build@v5
2523
with:
2624
python: ${{ matrix.python }}
2725
invoke_lint: true

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
def pytest_configure(config):
22
from twisted.internet import selectreactor
3+
34
selectreactor.install()
45

56

0 commit comments

Comments
 (0)