File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : pytest tests/iotools --cov=./ --cov-report=xml --remote-data
104104
105105 - name : Upload coverage to Codecov
106- if : matrix.python-version == " 3.10" && matrix.suffix == ''
106+ if : matrix.python-version == ' 3.10' && matrix.suffix == ''
107107 uses : codecov/codecov-action@v4
108108 with :
109109 fail_ci_if_error : true
Original file line number Diff line number Diff line change 8383 pytest tests --cov=./ --cov-report=xml --ignore=tests/iotools
8484
8585 - name : Upload coverage to Codecov
86- if : matrix.python-version == " 3.10" && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'
86+ if : matrix.python-version == ' 3.10' && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'
8787 uses : codecov/codecov-action@v4
8888 with :
8989 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments