Skip to content

Commit

Permalink
github action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Jun 3, 2024
1 parent ef3ef9a commit 9f7c5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install apache-airflow>=2.9 pyyaml anyscale>=0.24.37
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 9f7c5b8

Please sign in to comment.