From 6e4a6d105bc7b6c51c7765ca9c6581a5bb0c460d Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Tue, 13 Aug 2024 20:39:54 -0600 Subject: [PATCH] Move tests --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index fe3805f4..42861826 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -84,7 +84,8 @@ jobs: run: | source venv/bin/activate cd .. - python -m pytest -v -m "not wheel" Fiona/tests + mv Fiona/tests ./tests + python -m pytest -v -m "not wheel" tests build-wheels-linux: name: Build wheels on Linux