Compare commits
2 commits
df8248c779
...
3993f2f213
| Author | SHA1 | Date | |
|---|---|---|---|
|
3993f2f213 |
|||
|
6517008eed |
2 changed files with 4 additions and 0 deletions
1
.github/workflows/pytest.yaml
vendored
1
.github/workflows/pytest.yaml
vendored
|
|
@ -19,6 +19,7 @@ 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
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@ pyerrors_corrlib.egg-info
|
||||||
__pycache__
|
__pycache__
|
||||||
*.egg-info
|
*.egg-info
|
||||||
test.ipynb
|
test.ipynb
|
||||||
|
.vscode
|
||||||
|
.venv
|
||||||
|
.pytest_cache
|
||||||
Loading…
Add table
Add a link
Reference in a new issue