We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a35c5 commit 07693a1Copy full SHA for 07693a1
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Test SpectraFit
31
run: uv run --group dev --all-extras pytest umf/
32
- name: Codecov
33
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.1
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
env_vars: OS,PYTHON
0 commit comments