summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-02-27 14:06:09 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-02-27 14:06:09 -0500
commitf45171dd5bdaffdfe5527b5e3b528ff607dc8662 (patch)
tree1fd9ff0536fc240d3edc80afcf39bd5c4d4ac35e
parent088ac9ed4b07b24bd3bf0a1b2e740bc5d0ed2aff (diff)
downloadwebsocket-client-f45171dd5bdaffdfe5527b5e3b528ff607dc8662.tar.gz
Remove commented line in GitHub Action
-rw-r--r--.github/workflows/build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 04b2daf..4983d86 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,5 +41,4 @@ jobs:
pip install docutils
pip install -U six
python -c "import setuptools; print(setuptools.__version__)"
-# TEST_WITH_INTERNET=0 python setup.py test
python setup.py check -r -s