Skip to content

Commit

Permalink
#7: add missing wheel package
Browse files Browse the repository at this point in the history
```
error: invalid command 'bdist_wheel'
```
  • Loading branch information
blackandred committed Nov 15, 2020
1 parent cd57b46 commit 3a23e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: 3.8

- name: Install dependencies
run: "pip install -r ./requirements.txt"
run: "pip install -r ./requirements.txt && pip install -r ./requirements-dev.txt"

- name: Release to docker registry (x86)
run: "RKD_COMPAT_SUBPROCESS=true rkd :release:docker:x86 --git-tag=${GITHUB_REF##*/}"
Expand Down

0 comments on commit 3a23e10

Please sign in to comment.