Skip to content

Commit d0dcc84

Browse files
committed
Chore: Fix airflow tests
1 parent d429ff2 commit d0dcc84

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.circleci/continue_config.yml

Lines changed: 9 additions & 6 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
@@ -281,10 +284,10 @@ workflows:
281284
- airflow_docker_tests:
282285
requires:
283286
- style_and_cicd_tests
284-
filters:
285-
branches:
286-
only:
287-
- main
287+
#filters:
288+
# branches:
289+
# only:
290+
# - main
288291
- engine_tests_docker:
289292
name: engine_<< matrix.engine >>
290293
matrix:

0 commit comments

Comments
 (0)