Skip to content

Commit

Permalink
Use develop docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Sep 27, 2023
1 parent 9935467 commit 2ae1de5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
pull_request:
paths:
- '**'
jobs:

jobs:
run_ht_simple:
name: Run HT, simple
runs-on: ubuntu-latest
container: precice/precice
container: precice/precice:develop
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Install Dependencies & FEniCS
run: |
apt-get -qq update
Expand All @@ -30,17 +30,17 @@ jobs:
- name: Get tutorials
run: git clone -b develop https://github.com/precice/tutorials.git
- name: Run tutorial
run: |
run: |
cd tutorials/partitioned-heat-conduction/fenics
python3 heat.py -d & python3 heat.py -n
run_ht_complex:
name: Run HT, complex
runs-on: ubuntu-latest
container: precice/precice
container: precice/precice:develop
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Install Dependencies & FEniCS
run: |
apt-get -qq update
Expand Down

0 comments on commit 2ae1de5

Please sign in to comment.