Skip to content

Commit

Permalink
Pin Python version for code quality checks. (#2674)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
palinatolmach and F-WRunTime authored Jan 6, 2025
1 parent ed5f201 commit 3c722ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
name: 'Code Quality Checks'
runs-on: ubuntu-latest
steps:
- name: 'Setup Python 3.10'
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: 'Check out code'
uses: actions/checkout@v4
- name: 'Install Poetry'
Expand Down

0 comments on commit 3c722ea

Please sign in to comment.