We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ffaeb commit 030203cCopy full SHA for 030203c
.github/workflows/ci.yml
@@ -13,6 +13,9 @@ jobs:
13
tox_tests:
14
name: Tox tests (ubuntu, py${{ matrix.py }})
15
runs-on: ubuntu-latest
16
+ env:
17
+ OCEANMESH_REQUIRE_INPOLY_ACCEL: "1"
18
+ OCEANMESH_INPOLY_ACCEL_DEBUG: "1"
19
strategy:
20
fail-fast: false
21
matrix:
@@ -32,9 +35,6 @@ jobs:
32
35
33
36
steps:
34
37
- uses: actions/checkout@v4
- env:
- OCEANMESH_REQUIRE_INPOLY_ACCEL: "1"
- OCEANMESH_INPOLY_ACCEL_DEBUG: "1"
38
39
- name: Set up Python
40
uses: actions/setup-python@v5
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Run tests
50
run: |
51
- tox -e ${{ matrix.toxenv }} -- -q
+ tox -e "${{ matrix.toxenv }}" -- -q
52
53
build_wheels:
54
name: Build wheels (${{ matrix.os }})
.github/workflows/testing.yml
0 commit comments