py-actions / py-dependency-install GitHub动作 此GitHub Action在执行过程中使用pip , setuptools和wheel安装/更新从用户定义的requirements.txt文件路径安装Python软件包依赖项。 Python包环境报告显示在Action执行结束时。 快速开始 在具有以下配置的GitHub工作流作业的以下steps:字段下插入依赖项安装步骤: 默认 在安装之前使用路径requirements.txt并更新pip , setuptools和wheel 。 steps : # this Action should fo