Skip to content

Commit

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

0 comments on commit 515085b

Please sign in to comment.