From 69c1fde803a3dc4eff0ae0fb564b83b18d8e9415 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Sep 2024 18:07:21 -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