Skip to content

Commit edd794c

Browse files
committed
Relax codecov.
1 parent 6d3ac3a commit edd794c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
${{ matrix.python-version }}-v1-
6363
6464
- name: Install enchant (only for docs)
65-
if: "endsWith(matrix.tox-env, '-docs')"
65+
if: "matrix.target == 'docs'"
6666
run: |
6767
sudo apt-get -qq update
6868
sudo apt-get -y install libenchant
@@ -83,4 +83,3 @@ jobs:
8383
uses: codecov/codecov-action@v1
8484
with:
8585
name: Python ${{ matrix.python-version }}
86-
fail_ci_if_error: true

0 commit comments

Comments
 (0)