Skip to content

Commit

Permalink
Merge c395687 into 513cc70
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Sep 17, 2022
2 parents 513cc70 + c395687 commit a98e697
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ on: [pull_request]
jobs:
build:

runs-on: ubuntu-18.04
strategy:
max-parallel: 4
matrix:
python-version: [3.9]
runs-on: ubuntu-latest

steps:
- name: Checkout current branch
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
- name: Set up Python 3.10.x
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.1.1
python-version: 3.10.x
- uses: snok/install-poetry@v1
with:
virtualenvs-create: true
- name: Install Dependencies
Expand Down

0 comments on commit a98e697

Please sign in to comment.