Skip to content

Commit d24075c

Browse files
authored
Mark the eco job as allowed to fail (#1790)
Ref: #1789
1 parent d0f00a9 commit d24075c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
TOX_PARALLEL_NO_SPINNER: 1
4040
FORCE_COLOR: 1
4141

42+
continue-on-error: ${{ matrix.env.TOXENV == 'eco' }}
43+
4244
steps:
4345
- name: Check out src from Git
4446
uses: actions/checkout@v2

0 commit comments

Comments
 (0)