diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3eab6a16a..9c7dcad81e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Zig Test run: zig build test - - name: Pytest - PyEnc + - name: Pytest - PyVortex run: rye run pytest --benchmark-disable test/ - working-directory: pyenc/ + working-directory: pyvortex/ diff --git a/pyvortex/python/enc/__init__.py b/pyvortex/python/vortex/__init__.py similarity index 100% rename from pyvortex/python/enc/__init__.py rename to pyvortex/python/vortex/__init__.py