Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 9, 2024
1 parent c0acc9e commit 320784b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Download data inputs
run: make download
env:
POLICYENGINE_US_DATA_GITHUB_TOKEN: ${{ secrets.POLICYENGINE_US_DATA_GITHUB_TOKEN }}
POLICYENGINE_US_DATA_GITHUB_TOKEN: ${{ secrets.POLICYENGINE_UK_DATA_GITHUB_TOKEN }}
- name: Build datasets
run: make data
- name: Run tests
Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.PHONY: all format test install download upload docker documentation data clean build

all: data test

format:
Expand All @@ -12,10 +10,10 @@ install:
pip install -e ".[dev]"

download:
python policyengine_us_data/data_storage/download_private_prerequisites.py
python policyengine_usk_data/data_storage/download_private_prerequisites.py

upload:
python policyengine_us_data/data_storage/upload_completed_datasets.py
python policyengine_uk_data/data_storage/upload_completed_datasets.py

docker:
docker buildx build --platform linux/amd64 . -t policyengine-uk-data:latest
Expand Down

0 comments on commit 320784b

Please sign in to comment.