Skip to content

Commit

Permalink
Merge branch 'master' into _update-deps/runtimeverification/k
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach authored Jan 7, 2025
2 parents 5056dff + 3c722ea commit ab02cd4
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 ab02cd4

Please sign in to comment.