Skip to content

Commit 4629d52

Browse files
committed
progress
1 parent d429ff2 commit 4629d52

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

.circleci/continue_config.yml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ jobs:
156156
- run:
157157
name: Install envsubst
158158
command: sudo apt-get update && sudo apt-get install gettext-base
159+
- run:
160+
name: Upgrade pip
161+
command: |
162+
pip3 install --upgrade pip
163+
python3 --version
164+
which python
159165
- run:
160166
name: Install ruamel.yaml
161167
command: pip3 install ruamel.yaml==0.16.0
@@ -278,13 +284,18 @@ workflows:
278284
- "3.10"
279285
- "3.11"
280286
- "3.12"
281-
- airflow_docker_tests:
282-
requires:
283-
- style_and_cicd_tests
284287
filters:
285-
branches:
286-
only:
287-
- main
288+
branches:
289+
only:
290+
- main
291+
292+
- airflow_docker_tests
293+
#requires:
294+
# - style_and_cicd_tests
295+
#filters:
296+
# branches:
297+
# only:
298+
# - main
288299
- engine_tests_docker:
289300
name: engine_<< matrix.engine >>
290301
matrix:
@@ -299,6 +310,10 @@ workflows:
299310
- clickhouse
300311
- clickhouse-cluster
301312
- risingwave
313+
filters:
314+
branches:
315+
only:
316+
- main
302317
- engine_tests_cloud:
303318
name: cloud_engine_<< matrix.engine >>
304319
context:

0 commit comments

Comments
 (0)