Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 412 Bytes

internal-workflows

This repository contains a set of internal workflows used at DFINITY. So far this includes:

  1. CLA Workflow

This repository is not open to external contributions.

updating pip requirements

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