diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4e2806f..1f31079 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: python-version: '3.10' - name: Install dependencies - run: pip install -e ".[dev]" + run: | + pip install -e . + pip install pytest - name: Run tests run: pytest tests/unit/test_generators.py -v