This message was deleted.
# hamilton-help
s
This message was deleted.
s
e.g. that becomes the task name -
Copy code
docker run \
  --rm \
  --entrypoint="" \
  -v "$(pwd)":/opt/testing \
  --workdir /opt/testing \
  --env TASK=${TASK} \
  -it circleci/python:${PYTHON_VERSION} \
  /bin/bash -c '.ci/setup.sh && .ci/test.sh'
from https://github.com/DAGWorks-Inc/hamilton/blob/main/developer_setup.md
or you install the
circleci
command line locally and use that to run things.
c
actually I did use circleci locally but it asked for a job name parameter
s
yep — it only runs one job at a time locally
so you just need to provide it with one