Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: "read"
# Required to auth against gcp
id-token: "write"
runs-on: larger-runner
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr_code_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: python -c "from policyengine_core.data import Dataset; print('Core import OK')"

Test:
runs-on: larger-runner
runs-on: ubuntu-latest
needs: Lint
env:
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
Expand All @@ -66,6 +66,9 @@ jobs:
python-version: '3.11'
- name: Install package
run: uv pip install -e .[dev] --system
# UV sync
- name: Sync uv
run: uv sync

- name: Download data inputs
run: make download
Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Added lockfile.
Loading
Loading