Compare commits

..

2 commits

Author SHA1 Message Date
3993f2f213
add UV_CACHE_DIR
Some checks failed
Pytest / pytest (3.12) (push) Successful in 28s
Pytest / pytest (3.13) (push) Failing after 14s
Pytest / pytest (3.14) (push) Failing after 14s
2025-12-01 17:37:57 +01:00
6517008eed
add more local dirs to gitignore 2025-12-01 17:35:33 +01:00
2 changed files with 4 additions and 0 deletions

View file

@ -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

3
.gitignore vendored
View file

@ -2,3 +2,6 @@ pyerrors_corrlib.egg-info
__pycache__
*.egg-info
test.ipynb
.vscode
.venv
.pytest_cache