8000 Barry use ga (#4) · staticdev/github4.py@5da218a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 5da218a

Browse files
authored
Barry use ga (#4)
* Initial commit of GA
1 parent 84334a0 commit 5da218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- { VERSION: "3.7", TOXENV: "py37", ALLOW_FAILURE: false }
1717
- { VERSION: "3.8", TOXENV: "py38-flake8,readme,doclint,docs,commitlint",ALLOW_FAILURE: false }
1818
- { VERSION: "3.8", TOXENV: "docstrings", ALLOW_FAILURE: true}
19-
- { VERSION: "3.8", TOXENV: "notebooks", ALLOW_FAILURE: true}
2019
- { VERSION: "pypy2", TOXENV: "pypy", ALLOW_FAILURE: false }
2120
- { VERSION: "pypy3", TOXENV: "pypy", ALLOW_FAILURE: false }
2221

@@ -32,5 +31,6 @@ jobs:
3231
run: tox
3332
env:
3433
TOXENV: ${{ matrix.PYTHON.TOXENV }}
34+
GH_RECORD_MODE: "none"
3535
continue-on-error: ${{ matrix.PYTHON.ALLOW_FAILURE }}
3636

0 commit comments

Comments
 (0)
0