Update dependency @types/node to v20.17.14 #4778
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Python Dependency Installation | ||
uses: py-actions/[email protected] | ||
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" |