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 0ab910f commit da13660Copy full SHA for da13660
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python }}
20
- run: pip install -U .[dev]
21
- run: pytest --durations-min=1
22
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
23
with:
24
token: ${{ secrets.CODECOV_TOKEN }}
25
matlab:
@@ -36,7 +36,7 @@ jobs:
36
run: setup-python -p${{ matrix.python }}
37
- run: pip install -U .[dev] 'setuptools<66' # ignore matlab engine PEP440 non-compliance https://github.com/pypa/setuptools/issues/3772
38
39
40
41
42
- name: Post Run setup-python
0 commit comments