Skip to content

Commit

Permalink
Update workflow to setup python virtualenv and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jun 25, 2024
1 parent 3dc59af commit 8e693fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ jobs:
runs-on: [self-hosted, linux, flyweight]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.12
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
with:
python-version: '3.10'
- name: 'Run code quality checks'
run: make check
- name: 'Run pyupgrade'
Expand Down

0 comments on commit 8e693fc

Please sign in to comment.