diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-02-27 13:31:06 -0500 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-02-27 13:31:06 -0500 |
| commit | 3f175017d04c473b0bf54e28acba12ef307e82a3 (patch) | |
| tree | 4d1ef417e10317fc383079578dd68389c433501c | |
| parent | cb6866de5c5d1d81484a8739c313ba5cbd531378 (diff) | |
| download | websocket-client-3f175017d04c473b0bf54e28acba12ef307e82a3.tar.gz | |
Fix GitHub Actions error (step has both and )
| -rw-r--r-- | .github/workflows/build.yml | 1 |
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 |
