Skip to content

Commit dc7c7f4

Browse files
Go back to 3.12, pin -uk
1 parent ff3be33 commit dc7c7f4

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.13
23+
python-version: 3.12
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: 3.13
45+
python-version: 3.12
4646
- name: Install package
4747
run: make install-uv
4848
- name: Download data inputs

.github/workflows/push.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.13
21+
python-version: 3.12
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: 3.13
47+
python-version: 3.12
4848
- uses: "google-github-actions/auth@v2"
4949
with:
5050
workload_identity_provider: "projects/322898545428/locations/global/workloadIdentityPools/policyengine-research-id-pool/providers/prod-github-provider"
@@ -70,10 +70,3 @@ jobs:
7070
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
7171
- name: Publish a git tag
7272
run: ".github/publish-git-tag.sh || true"
73-
- name: Publish a Python distribution to PyPI
74-
uses: pypa/gh-action-pypi-publish@release/v1
75-
with:
76-
user: __token__
77-
password: ${{ secrets.PYPI }}
78-
skip-existing: true
79-
verbose: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"google-cloud-storage",
2323
"google-auth",
2424
"uk-public-services-imputation",
25-
"policyengine-uk>=2.45.4",
25+
"policyengine-uk==2.40.2",
2626
]
2727

2828
[project.optional-dependencies]

0 commit comments

Comments
 (0)