Skip to content

Commit

Permalink
#7: Fixes related to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 14, 2020
1 parent 7b47aaa commit 987338e
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 @@ -14,7 +14,7 @@ jobs:
python-version: 3.8

- name: Install dependencies
run: "pip install -r ./requirements-dev.txt && sudo apt-get install whois sshpass"
run: "pip install -r ./requirements.txt && pip install -r ./requirements-dev.txt && sudo apt-get install whois sshpass"

- name: Install project via setuptools
run: "rkd :install"
Expand Down

0 comments on commit 987338e

Please sign in to comment.