Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
Subset of #1
  • Loading branch information
Alkarex committed Apr 29, 2024
1 parent 645bedc commit e29fffd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jpetrucciani/black-check@master

pytest:
Expand All @@ -20,14 +20,13 @@ jobs:
python-version: ["3.11"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Poetry
run: pip3 install poetry==1.5.1


- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
Expand Down

0 comments on commit e29fffd

Please sign in to comment.