From 6a8b54da50ad0c0e4519a14129e9994eeccae30f Mon Sep 17 00:00:00 2001 From: romintomasetti Date: Thu, 4 Jul 2024 09:45:02 +0200 Subject: [PATCH] cicd: fix after adding __init__.py in #2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 153ccbe..484a7bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Run tests. run : | - PYTHONPATH=$PWD pytest tests/test_topology.py + python -m pytest tests/test_topology.py install-as-package: runs-on: [ubuntu-latest]