Skip to content

Commit

Permalink
Merge pull request #92 from nschloe/new-setup-python
Browse files Browse the repository at this point in the history
new setup-python
  • Loading branch information
nschloe authored Jun 8, 2022
2 parents a8b7229 + 97d0837 commit 27c3cc9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Run pre-commit
uses: pre-commit/[email protected]
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]

build:
needs: [lint]

strategy:
matrix:
platform: [ubuntu-latest]
Expand All @@ -33,7 +31,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27c3cc9

Please sign in to comment.