Skip to content

Commit

Permalink
Try another CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Feb 9, 2024
1 parent f5cc16d commit dd107fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create_legacy_checkpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
type: string
required: true

env:
data_dir: "legacy_checkpoint"
adios4dolfinx_version: "0.7.1"

jobs:
env:
data_dir: "legacy_checkpoint"
adios4dolfinx_version: "0.7.1"
create-adios-data:
runs-on: "ubuntu-22.04"
container: ghcr.io/fenics/dolfinx/dolfinx:v0.7.3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/create_legacy_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
type: string
required: true

env:
data_dir: "legacy"


jobs:
env:
data_dir: "legacy"

create-dolfin-data:
runs-on: "ubuntu-22.04"
container: ghcr.io/scientificcomputing/fenics:2023-11-15
Expand Down

0 comments on commit dd107fa

Please sign in to comment.