Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,11 @@ jobs:
name: Install envsubst
command: sudo apt-get update && sudo apt-get install gettext-base
- run:
name: Install ruamel.yaml
command: pip3 install ruamel.yaml==0.16.0
name: Setup python env
command: |
pip3 install --upgrade pip
pip3 install ruamel.yaml==0.16.0
python3 --version
- run:
name: Run Airflow slow tests
command: make airflow-docker-test-with-env
Expand Down