Skip to content

Commit 030203c

Browse files
committed
remove outdated testing.yml in favor of ci.yml
1 parent b8ffaeb commit 030203c

File tree

2 files changed

+4
-83
lines changed

2 files changed

+4
-83
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
tox_tests:
1414
name: Tox tests (ubuntu, py${{ matrix.py }})
1515
runs-on: ubuntu-latest
16+
env:
17+
OCEANMESH_REQUIRE_INPOLY_ACCEL: "1"
18+
OCEANMESH_INPOLY_ACCEL_DEBUG: "1"
1619
strategy:
1720
fail-fast: false
1821
matrix:
@@ -32,9 +35,6 @@ jobs:
3235

3336
steps:
3437
- uses: actions/checkout@v4
35-
env:
36-
OCEANMESH_REQUIRE_INPOLY_ACCEL: "1"
37-
OCEANMESH_INPOLY_ACCEL_DEBUG: "1"
3838

3939
- name: Set up Python
4040
uses: actions/setup-python@v5
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Run tests
5050
run: |
51-
tox -e ${{ matrix.toxenv }} -- -q
51+
tox -e "${{ matrix.toxenv }}" -- -q
5252
5353
build_wheels:
5454
name: Build wheels (${{ matrix.os }})

.github/workflows/testing.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)