diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-02-27 14:06:09 -0500 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-02-27 14:06:09 -0500 |
| commit | f45171dd5bdaffdfe5527b5e3b528ff607dc8662 (patch) | |
| tree | 1fd9ff0536fc240d3edc80afcf39bd5c4d4ac35e | |
| parent | 088ac9ed4b07b24bd3bf0a1b2e740bc5d0ed2aff (diff) | |
| download | websocket-client-f45171dd5bdaffdfe5527b5e3b528ff607dc8662.tar.gz | |
Remove commented line in GitHub Action
| -rw-r--r-- | .github/workflows/build.yml | 1 |
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 |
