Skip to content

Commit

Permalink
Combine into one job
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 23, 2023
1 parent ba5d5da commit 43c344f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,6 @@ jobs:
author_name: github-actions[bot]
author_email: 41898282+github-actions[bot]@users.noreply.github.com

update-diagram:
runs-on: ubuntu-latest
needs: process-translations

steps:
- uses: actions/checkout@v3

- name: Install Poetry
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.*
cache: "poetry"
cache-dependency-path: automation/poetry.lock

- name: Install library and dependencies
run: |
cd automation
poetry install --no-interaction --no-dev
- name: Generate diagram
run: |
cd automation
Expand Down

0 comments on commit 43c344f

Please sign in to comment.