Skip to content

Commit

Permalink
docs(pipeline): update airflow deps guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Nov 15, 2023
1 parent 7806ce4 commit 27d40b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To update the constraints and upgrade the requirements:
```bash
# optionally bump the airflow version
AIRFLOW_VERSION=
PYTHON_VERSION=3.10
PYTHON_VERSION=
curl https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt > requirements/airflow/constraints.txt
pip-compile --upgrade requirements/airflow/requirements.in
```
Expand Down

0 comments on commit 27d40b5

Please sign in to comment.