diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 292efd6..116bff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: - name: Install dependencies run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager - name: Run tests - run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} --disable-vnet \ No newline at end of file + run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} \ No newline at end of file