如何使用pypy运行pytest?是特拉维斯干的所以这一定是可能的。这与类似的如何使用Micropython运行pytest有关。arkadiusz@pc:~/Dokumenty/GitHub/construct$ pypy -m pytest
/usr/bin/pypy: No module named pyte
我正在尝试使用GitHub Actions测试我的包,包在conda环境中运行。它在本地运行得很好。但在GitHub操作上,它说的是pytest: command not found with this workflow file name: Build and Test [Python 3.6, 3.7- name: Run tests pytest 在运行
当项目中任何地方的python文件(.py文件)发生更改时,如何才能让github操作运行pytest?这个项目包含不同语言的混合,如果python文件在项目中的某个位置(项目中任何级别的任何目录中)发生更改,我只想运行pytest。/requirements.yml
- name: Run "pytest" with the Conda environment