Tox Security Fix (#1242)

* checkpoint

* safety ignore

* update python matrix for data checks

* downloading census once
This commit is contained in:
Jorge Escobar 2022-02-03 17:05:51 -05:00 committed by GitHub
commit 1d399d3ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 641 additions and 657 deletions

View file

@ -2,7 +2,7 @@
name: Data Checks
on:
pull_request:
branches: [ main ] # runs on any PR against main
branches: [main] # runs on any PR against main
paths:
- "data/**"
jobs:
@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# checks all of the versions allowed in pyproject.toml
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
steps:
# installs python
# one execution of the tests per version listed above

View file

@ -42,4 +42,4 @@ jobs:
poetry run python3 data_pipeline/application.py generate-score-post -s aws
- name: Generate Score Geo
run: |
poetry run python3 data_pipeline/application.py geo-score -s aws
poetry run python3 data_pipeline/application.py geo-score