Skip to content

Commit 3f3a67a

Browse files
authored
Chore: Fix airflow tests (#4063)
1 parent d746f4d commit 3f3a67a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.circleci/continue_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,11 @@ jobs:
157157
name: Install envsubst
158158
command: sudo apt-get update && sudo apt-get install gettext-base
159159
- run:
160-
name: Install ruamel.yaml
161-
command: pip3 install ruamel.yaml==0.16.0
160+
name: Setup python env
161+
command: |
162+
pip3 install --upgrade pip
163+
pip3 install ruamel.yaml==0.16.0
164+
python3 --version
162165
- run:
163166
name: Run Airflow slow tests
164167
command: make airflow-docker-test-with-env

0 commit comments

Comments
 (0)