Skip to content

Commit 748da9b

Browse files
authored
Merge pull request #247 from bedroge/fix_lint
Fix issues reported by ansible-lint
2 parents c2e4c95 + 841b972 commit 748da9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-ingest-python-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# for now, only test with Python 3.9+ (since we're testing in Ubuntu 24.04)
19-
#python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
19+
# python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
2020
python: ['3.9', '3.10', '3.11']
2121
fail-fast: false
2222
steps:
@@ -46,4 +46,4 @@ jobs:
4646
4747
- name: Run flake8 to verify PEP8-compliance of Python code
4848
run: |
49-
flake8 scripts/automated_ingestion --exclude=scripts/automated_ingestion/automated_ingestion.py,scripts/automated_ingestion/eessitarball.py
49+
flake8 scripts/automated_ingestion --exclude=scripts/automated_ingestion/automated_ingestion.py,scripts/automated_ingestion/eessitarball.py

0 commit comments

Comments
 (0)