Skip to content

Commit 3c722ea

Browse files
Pin Python version for code quality checks. (#2674)
* Pin Python version for code quality checks. pin python version on public runners. https://github.com/runtimeverification/evm-semantics/actions/runs/12629580595/job/35187761558#step:4:86 Public runners use python version determined by Github. * Update `copytree` function to support Python 3.12 (#2672) * Update `copytree` dependency * Allow copying to an existing dir * Make the copied plugin directory readable and writeable --------- Co-authored-by: Freeman <105403280+F-WRunTime@users.noreply.github.com>
1 parent ed5f201 commit 3c722ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
name: 'Code Quality Checks'
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: 'Setup Python 3.10'
16+
uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.10'
1519
- name: 'Check out code'
1620
uses: actions/checkout@v4
1721
- name: 'Install Poetry'

0 commit comments

Comments
 (0)