This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/test-workflows in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 44ff8e1d979417fbab19cdb5511b87ee93aad6af Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Oct 6 16:10:06 2020 +0900 .github/workflows/ci.yml: Fix TOXENV, there is no py6-plugins env. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26d4d85..a10b6d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: env: CI_IMAGE_PREFIX: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite CI_IMAGE_SUFFIX: master-177137613 - TOXENV: py36,py6-plugins,py37,py37-plugins,py38,py38-plugins + TOXENV: py36,py36-plugins,py37,py37-plugins,py38,py38-plugins # FIXME: De-duplicate against tox.ini BST_PLUGINS_EXPERIMENTAL_VERSION: 1.93.4
