Skip to content

Commit

Permalink
Add wheel installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 13, 2024
1 parent 515085b commit bd95051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
pip install "setuptools==58.0.0"
pip install "setuptools<58.0.0" wheel
pip install demjson
pip install -r requirements.txt
- name: Run Make test.syntax
Expand Down

0 comments on commit bd95051

Please sign in to comment.