Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-ingest-python-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# for now, only test with Python 3.9+ (since we're testing in Ubuntu 24.04)
#python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
# python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
python: ['3.9', '3.10', '3.11']
fail-fast: false
steps:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:

- name: Run flake8 to verify PEP8-compliance of Python code
run: |
flake8 scripts/automated_ingestion --exclude=scripts/automated_ingestion/automated_ingestion.py,scripts/automated_ingestion/eessitarball.py
flake8 scripts/automated_ingestion --exclude=scripts/automated_ingestion/automated_ingestion.py,scripts/automated_ingestion/eessitarball.py
Loading