Skip to content

Commit

Permalink
feat: switch to creation of venv without Python or pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mackay committed Jan 21, 2024
1 parent 43beacc commit a77c161
Show file tree
Hide file tree
Showing 21 changed files with 19,890 additions and 4 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test --test_output=errors

# TODO(alex): enable
common --noenable_bzlmod
common --lockfile_mode=off

# Define value used by tests
build --define=SOME_VAR=SOME_VALUE
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
.ijwb
.*.venv/
**/__pycache__
.DS_Store
.DS_Store
**/target/
**/*.whl
.venv/
Loading

0 comments on commit a77c161

Please sign in to comment.