Skip to content

Commit

Permalink
Remove download from build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Aug 27, 2024
1 parent 7ce6ea2 commit ad66ec7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM python:latest
COPY . .
# Install
RUN make install
RUN make download
# Run tests
CMD ["make", "data"]
8 changes: 8 additions & 0 deletions docs/pages/Aggregates.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import streamlit as st

st.title("Aggregates")

from policyengine_us import Microsimulation
from policyengine_us_data import EnhancedCPS_2024

sim = Microsimulation(dataset=EnhancedCPS_2024)

0 comments on commit ad66ec7

Please sign in to comment.