Skip to content

Commit

Permalink
Merge pull request #448 from AstarVienna/fh/maindevops
Browse files Browse the repository at this point in the history
Use new main branch for DevOps workflows
  • Loading branch information
teutoburg authored Aug 7, 2024
2 parents 7689b87 + 9cc1b33 commit 9127472
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notebooks_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- uses: actions/checkout@v4

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

- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.7.1"
poetry-version: "1.8.3"

- name: Install dependencies
run: |
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ on:
jobs:
call-tests:
name: Offline tests
uses: AstarVienna/DevOps/.github/workflows/tests.yml@poetry
uses: AstarVienna/DevOps/.github/workflows/tests.yml@main
with:
poetry: True
secrets: inherit

call-webtests:
name: Network tests
uses: AstarVienna/DevOps/.github/workflows/webtests.yml@poetry
uses: AstarVienna/DevOps/.github/workflows/webtests.yml@main
with:
poetry: True
secrets: inherit

call-updated-tests:
name: Tests with updated dependencies
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@poetry
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@main
secrets: inherit

call-notebooks-with-clone:
Expand Down

0 comments on commit 9127472

Please sign in to comment.