Skip to content

Commit

Permalink
Use virtualenv from LCG release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 30, 2023
1 parent b4ba62c commit ce159fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
export PYTHONPATH=$(python -m site --user-site):$PYTHONPATH
export PATH=/root/.local/bin:$PATH
pip install --upgrade --user pip
pip install argparse --user
pip install pre-commit --user
# Use virtualenv from the LCG release
pip uninstall --yes virtualenv
pre-commit run --show-diff-on-failure \
--color=always \
--all-files

0 comments on commit ce159fe

Please sign in to comment.