Skip to content

Commit e322ceb

Browse files
pin only major version, trying to fix the CI
1 parent ce39cad commit e322ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
export NUMBA_DISABLE_JIT=1
3434
pytest --cov=./pyrff --cov-report xml --cov-report term-missing pyrff/
3535
- name: Upload coverage
36-
uses: codecov/codecov-action@v1.0.7
36+
uses: codecov/codecov-action@v1
3737
if: matrix.python-version == 3.8
3838
with:
3939
file: ./coverage.xml

0 commit comments

Comments
 (0)