We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d429ff2 commit d0dcc84Copy full SHA for d0dcc84
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
@@ -281,10 +284,10 @@ workflows:
281
284
- airflow_docker_tests:
282
285
requires:
283
286
- style_and_cicd_tests
- filters:
- branches:
- only:
287
- - main
+ #filters:
288
+ # branches:
289
+ # only:
290
+ # - main
291
- engine_tests_docker:
292
name: engine_<< matrix.engine >>
293
matrix:
0 commit comments