Skip to content

Commit

Permalink
Add wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 13, 2024
1 parent 446fab6 commit 82fbe2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install Dependencies
run: |
pip install "setuptools<58"
pip install "setuptools<58" wheel
pip install demjson
pip install -r requirements.txt
- name: Run Make test.syntax
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/syntax-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install Dependencies
run: |
pip install "setuptools<58"
pip install "setuptools<58" wheel
pip install demjson
pip install -r requirements.txt
- name: Run Make test.syntax
Expand Down

0 comments on commit 82fbe2e

Please sign in to comment.