diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 35cfd38..1b20a01 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -19,7 +19,6 @@ jobs: runs-on: ubuntu-latest env: UV_PYTHON: ${{ matrix.python-version }} - UV_CACHE_DIR: /tmp/.uv-cache steps: - name: Check out the repository uses: https://github.com/RouxAntoine/checkout@v4.1.8 diff --git a/.gitignore b/.gitignore index 69c176a..e7385f6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,3 @@ pyerrors_corrlib.egg-info __pycache__ *.egg-info test.ipynb -.vscode -.venv -.pytest_cache \ No newline at end of file