diff --git a/.github/workflows/test-ingest-python-code.yml b/.github/workflows/test-ingest-python-code.yml index 9e341783..c8acf253 100644 --- a/.github/workflows/test-ingest-python-code.yml +++ b/.github/workflows/test-ingest-python-code.yml @@ -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: @@ -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 \ No newline at end of file + flake8 scripts/automated_ingestion --exclude=scripts/automated_ingestion/automated_ingestion.py,scripts/automated_ingestion/eessitarball.py