Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bazel run //lib/python:requirements.update #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chickenandpork
Copy link
Owner

@chickenandpork chickenandpork commented Jun 18, 2024

Update python requirements

  • mac: natively
  • linux:
docker run \
  -e USER="$(id -u)"  -u="$(id -u)" \
  -v $(mktemp -d):/tmp/build_output \
  -v /src/workspace:$(pwd)  -w /src/workspace \
  l.gcr.io/google/bazel:latest \
  --output_user_root=/tmp/build_output/out \
  run //lib/python:requirements.update

@chickenandpork chickenandpork force-pushed the chore/update-requirements-20240618 branch 4 times, most recently from 2001c13 to 2dcec3b Compare June 19, 2024 05:51
@chickenandpork chickenandpork force-pushed the master branch 5 times, most recently from 63bcdfe to d0b088b Compare June 19, 2024 21:11
@chickenandpork chickenandpork force-pushed the chore/update-requirements-20240618 branch from 82d06b5 to 55768e9 Compare December 12, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant