Skip to content

Bump sinon from 17.0.2 to 18.0.0 #4428

Bump sinon from 17.0.2 to 18.0.0

Bump sinon from 17.0.2 to 18.0.0 #4428

name: Python Dependency Installation
uses: py-actions/py-dependency-install@v4.1.0

Check failure on line 2 in .github/workflows/python.dependencies.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python.dependencies.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
steps:
# this Action should follow steps to set up Python build environment
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "path/to/requirements.txt"
with:
update-pip: "false"
update-setuptools: "false"
update-wheel: "false"