diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1b20a01..35cfd38 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -19,6 +19,7 @@ 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 e7385f6..69c176a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ pyerrors_corrlib.egg-info __pycache__ *.egg-info test.ipynb +.vscode +.venv +.pytest_cache \ No newline at end of file