Skip to content

Commit c05032b

Browse files
authored
Update airflow-dags-test.yml
1 parent 353adad commit c05032b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/airflow-dags-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
# install requirements and airflow
3636
- name: install dependencies
3737
run: |
38-
python -m pip install --upgrade pip
39-
pip install flake8
38+
# python -m pip install --upgrade pip
39+
# pip install flake8
4040
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4141
4242
- name: Lint with flake8

0 commit comments

Comments
 (0)