diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index c363cee..b036677 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -24,4 +24,4 @@ jobs: pip install .[dev] - name: execute pytest - run: pytest surface-sim/ tests/ + run: pytest surface_sim/ tests/