Skip to content

Commit

Permalink
Use precice nightly in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Nov 5, 2024
1 parent 2cb1fee commit b6b9ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run setup install
runs-on: ubuntu-latest
container:
image: precice/precice:develop
image: precice/precice:nightly
options: --user root
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
needs: [setup_test]
runs-on: ubuntu-latest
container:
image: precice/precice:develop
image: precice/precice:nightly
options: --user root
steps:
- name: Checkout Repository
Expand All @@ -98,7 +98,7 @@ jobs:
needs: [pip_install]
runs-on: ubuntu-latest
container:
image: precice/precice:develop
image: precice/precice:nightly
options: --user root
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-solverdummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Run solverdummies
runs-on: ubuntu-latest
container:
image: precice/precice:develop
image: precice/precice:nightly
options: --user root
steps:
- name: Checkout Repository
Expand Down

0 comments on commit b6b9ee5

Please sign in to comment.