Discover how improving your CI/CD pipeline can boost your team’s productivity and ensure that your production models are always your best models.
We use pipenv to maintain python virtual environments across the project:
pip install pipenv
cd batch
pipenv sync
Within the batch
folder, create a .env
file. The variables defined here will be automatically loaded by pipenv
into the python virtual environment at runtime.
# batch/.env
GITHUB_TOKEN="paste_your_token_here"
cd batch
pipenv run python trigger_batch_data.py --repo ijdoc/webinar-cicd-2024 --iteration=25