Compare commits

..

No commits in common. "3993f2f213a5df7a2b53169ad3116c75541b0b0d" and "df8248c779f9c136495f0a1ee8ba480959a5ed60" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View file

@ -19,7 +19,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
UV_PYTHON: ${{ matrix.python-version }} UV_PYTHON: ${{ matrix.python-version }}
UV_CACHE_DIR: /tmp/.uv-cache
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: https://github.com/RouxAntoine/checkout@v4.1.8 uses: https://github.com/RouxAntoine/checkout@v4.1.8

3
.gitignore vendored
View file

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