diff --git a/.forgejo/workflows/install.yaml b/.forgejo/workflows/install.yaml index 780a922..239720c 100644 --- a/.forgejo/workflows/install.yaml +++ b/.forgejo/workflows/install.yaml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: uv pip install --system . + run: uv pip install . - name: Run basic test (bootstrap) run: .venv/bin/pytest -s tests/basic.py