From 5a1d5c00e09c8978e64642ee550f3f9a81af6e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 29 Aug 2025 13:40:11 +0200 Subject: [PATCH 1/2] add newline to end of file --- .github/workflows/test-ingest-python-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ingest-python-code.yml b/.github/workflows/test-ingest-python-code.yml index 9e341783..2d6c6a43 100644 --- a/.github/workflows/test-ingest-python-code.yml +++ b/.github/workflows/test-ingest-python-code.yml @@ -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 From 841b972bbf3754ab29f0f325e6102d2c8ec2d378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 29 Aug 2025 13:40:31 +0200 Subject: [PATCH 2/2] add space to comment --- .github/workflows/test-ingest-python-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ingest-python-code.yml b/.github/workflows/test-ingest-python-code.yml index 2d6c6a43..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: