Skip to content

Commit 65473ce

Browse files
Use normal runner in PR tests
1 parent 31fbfe3 commit 65473ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_code_changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: python -c "from policyengine_core.data import Dataset; print('Core import OK')"
5050

5151
Test:
52-
runs-on: larger-runner
52+
runs-on: ubuntu-latest
5353
needs: Lint
5454
env:
5555
HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}

0 commit comments

Comments
 (0)