File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
projects/policyengine-api-simulation/src/modal Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -144,12 +144,3 @@ jobs:
144144 run : |
145145 docker compose -f deployment/docker-compose.yml down
146146
147- # Deploy to Modal staging and run Modal-specific integration tests
148- test-modal-integration :
149- name : Test Modal integration
150- needs : docker-build
151- uses : ./.github/workflows/modal-deploy.reusable.yml
152- with :
153- environment : beta
154- modal_environment : staging
155- secrets : inherit
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def get_app_name(us_version: str, uk_version: str) -> str:
4747 .pip_install (
4848 f"policyengine-us=={ US_VERSION } " ,
4949 f"policyengine-uk=={ UK_VERSION } " ,
50- "policyengine== 0.10.0 " ,
50+ "policyengine>= 0.10.1,<1 " ,
5151 "tables>=3.10.2" ,
5252 "logfire" ,
5353 )
You can’t perform that action at this time.
0 commit comments