Corey Morris
commited on
Commit
•
25d217c
1
Parent(s):
9345a86
updated to run submodule update
Browse files
.github/workflows/python-app.yml
CHANGED
@@ -27,6 +27,7 @@ jobs:
|
|
27 |
run: |
|
28 |
python -m pip install --upgrade pip
|
29 |
pip install flake8 pytest
|
|
|
30 |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
31 |
- name: Lint with flake8
|
32 |
run: |
|
|
|
27 |
run: |
|
28 |
python -m pip install --upgrade pip
|
29 |
pip install flake8 pytest
|
30 |
+
git submodule update --init --recursive
|
31 |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
32 |
- name: Lint with flake8
|
33 |
run: |
|