Skip to content

Commit

Permalink
Update actions in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Apr 13, 2024
1 parent dbfd26a commit 5b8495a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: General Checks
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand All @@ -38,7 +38,7 @@ jobs:
name: Frontend Checks
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand All @@ -60,7 +60,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]
target: [black, ruff, mypy]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand All @@ -84,7 +84,7 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
name: Frontend Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand All @@ -134,7 +134,7 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand All @@ -155,7 +155,7 @@ jobs:
name: End-to-End Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
env:
PYTHON_VERSION: "3.x"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Poetry
run: |
pipx install poetry==${{ env.POETRY_VERSION }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 5b8495a

Please sign in to comment.