This repository contains a set of internal workflows used at DFINITY. So far this includes:
This repository is not open to external contributions.
Start a venv:
python -m venv .venv
source .venv/bin/activate
Install pip-tools and run pip-compile:
pip install pip-tools
pip-compile requirements.in --upgrade
Use the following steps to test and release new workflow changes:
- Merge changes to the
develop
branch - If one doesn't already exist, set up a new testing workflow that gets applied to the
test-compliant-repository-public
and is pinned to thedevelop
branch - Test your changes there
- If the changes are successful, merge
develop
intomaster