We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d746f4d commit 3f3a67aCopy full SHA for 3f3a67a
1 file changed
.circleci/continue_config.yml
@@ -157,8 +157,11 @@ jobs:
157
name: Install envsubst
158
command: sudo apt-get update && sudo apt-get install gettext-base
159
- run:
160
- name: Install ruamel.yaml
161
- command: pip3 install ruamel.yaml==0.16.0
+ name: Setup python env
+ command: |
162
+ pip3 install --upgrade pip
163
+ pip3 install ruamel.yaml==0.16.0
164
+ python3 --version
165
166
name: Run Airflow slow tests
167
command: make airflow-docker-test-with-env
0 commit comments