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 Feb 7, 2024
1 parent 9b46190 commit 4401ad5
Show file tree
Hide file tree
Showing 61 changed files with 21,348 additions and 957 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 4401ad5

Please sign in to comment.