We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039cc28 commit f62cf49Copy full SHA for f62cf49
.github/workflows/cicd.yml
@@ -208,7 +208,7 @@ jobs:
208
else # CPython
209
py_test="py${py/./}"; # Add "py" prefix, remove "."
210
fi;
211
- env_test="test-${py_test},codecov";
+ env_test="test-${py_test}";
212
echo "Test environment: ${env_test}";
213
ln -s ".tox/${env_test}" testenv; # Fixed location for upload step below
214
tox -e "${env_test}";
0 commit comments