Skip to content

Commit 0d5435a

Browse files
authored
Merge pull request #390 from PolicyEngine/fix/upgrade-policyengine-version
fix: Upgrade policyengine to >=0.10.1,<1 in simulation_image
2 parents b5d9a27 + 98bfc2c commit 0d5435a

File tree

2 files changed

+1
-10
lines changed
  • .github/workflows
  • projects/policyengine-api-simulation/src/modal

2 files changed

+1
-10
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

projects/policyengine-api-simulation/src/modal/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)