From 3d4b51abb6631728b5d5f4eeb888343eb7b98286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= Date: Mon, 15 Feb 2021 16:30:56 -0300 Subject: [PATCH] CI tool: Remove hardcoded version From the github-actions configuration. We are disabling this command for now, since tox.ini doesn't support expanding globs. https://github.com/tox-dev/tox/issues/1571 https://phabricator.endlessm.com/T31414 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index db573c2bb..aeaac812f 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,9 @@ commands = yarn make dist # Test whl installation - pip install {toxinidir}/dist/kolibri_explore_plugin-0.0.1-py2.py3-none-any.whl + # FIXME: Disabled until tox.ini supports expanding globs. + # See: https://github.com/tox-dev/tox/issues/1571 + # pip install {toxinidir}/dist/kolibri_explore_plugin-*.whl [testenv:pythonbuild2.7] commands = {[python_build_base]commands}