Skip to content

Commit

Permalink
Use quotes for "setuptools<58"
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 13, 2024
1 parent ad85aaf commit 446fab6
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"
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<57.4.0
pip install "setuptools<58"
pip install demjson
pip install -r requirements.txt
- name: Run Make test.syntax
Expand Down

0 comments on commit 446fab6

Please sign in to comment.