From d670d95c56b67fe8e684e00961d942bd7c4868cc Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 23 Sep 2024 09:40:10 -0500 Subject: Try to put Python all in the src/ folder Signed-off-by: Matt Strapp --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/python.yml') diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 240049e..c1c7553 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: python -m build - name: Test - run: python -m unittest discover -s src/locusts-r-us + run: python -m unittest discover -s src publish: name: Publish to PyPI -- cgit v1.2.3