diff --git a/.github/workflows/expand_population.yaml b/.github/workflows/expand_population.yaml index e8978cad..cd919c7d 100644 --- a/.github/workflows/expand_population.yaml +++ b/.github/workflows/expand_population.yaml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: pip install -r scripts/requirements.txt - name: Run conversion - run: python3 scripts/expanderAggregate.py.py -i "Population/BCIO_Population.xlsx" + run: python3 scripts/expanderAggregate.py -i "Population/BCIO_Population.xlsx" - uses: EndBug/add-and-commit@v9 # You can change this to use a specific version. with: add: 'Population/BCIO_Population_Expanded.xlsx' diff --git a/Population/BCIO_Population.xlsx b/Population/BCIO_Population.xlsx index 51d455b8..8af376f2 100644 Binary files a/Population/BCIO_Population.xlsx and b/Population/BCIO_Population.xlsx differ