mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-19 21:03:52 -07:00
Tox Security Fix (#1242)
* checkpoint * safety ignore * update python matrix for data checks * downloading census once
This commit is contained in:
parent
fb69a09485
commit
1d399d3ca9
5 changed files with 641 additions and 657 deletions
4
.github/workflows/data-checks.yml
vendored
4
.github/workflows/data-checks.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/score-checks.yml
vendored
2
.github/workflows/score-checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue