Skip to content

Commit

Permalink
ci: remove pinning of virtualenv (#809)
Browse files Browse the repository at this point in the history
Per pypa/virtualenv#2257, new version has
been released.
  • Loading branch information
dhalperi committed Dec 30, 2021
1 parent c046d50 commit 9442e04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ cat <<EOF
command:
- "python3 -m virtualenv .venv"
- ". .venv/bin/activate"
# https://github.com/pypa/virtualenv/issues/2257
- "python3 -m pip install pre-commit 'virtualenv<20.11.0'"
- "python3 -m pip install pre-commit"
- "pre-commit run --all-files"
plugins:
- docker#${BATFISH_DOCKER_PLUGIN_VERSION}:
Expand Down

0 comments on commit 9442e04

Please sign in to comment.