Skip to content

Commit 05a88ff

Browse files
committed
use virtual environment
1 parent 037db85 commit 05a88ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ runs:
4343
# https://github.com/pypa/setuptools/issues/3269
4444
export DEB_PYTHON_INSTALL_LAYOUT=deb
4545
fi
46+
python3 -m venv venv
47+
source venv/bin/activate
4648
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
4749
- name: Run commit-check
4850
shell: bash

0 commit comments

Comments
 (0)