We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037db85 commit 05a88ffCopy full SHA for 05a88ff
action.yml
@@ -43,6 +43,8 @@ runs:
43
# https://github.com/pypa/setuptools/issues/3269
44
export DEB_PYTHON_INSTALL_LAYOUT=deb
45
fi
46
+ python3 -m venv venv
47
+ source venv/bin/activate
48
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
49
- name: Run commit-check
50
shell: bash
0 commit comments