summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-02-27 13:31:06 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-02-27 13:31:06 -0500
commit3f175017d04c473b0bf54e28acba12ef307e82a3 (patch)
tree4d1ef417e10317fc383079578dd68389c433501c
parentcb6866de5c5d1d81484a8739c313ba5cbd531378 (diff)
downloadwebsocket-client-3f175017d04c473b0bf54e28acba12ef307e82a3.tar.gz
Fix GitHub Actions error (step has both and )
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3d17377..a6476e3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
+ - name: Set up websocket-client
run: |
pip install six
pip install coverage