Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Feb 9, 2024
1 parent 044f9f9 commit 001eb62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/create_legacy_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
create-dolfin-data:
runs-on: "ubuntu-22.04"
container: ghcr.io/scientificcomputing/fenics:2023-11-15
steps:
- uses: actions/checkout@v4
steps:
- uses: actions/checkout@v4

- name: Create datasets
run: python3 ./tests/create_legacy_data.py --output-dir=$data_dir
- name: Create datasets
run: python3 ./tests/create_legacy_data.py --output-dir=$data_dir

- uses: actions/upload-artifact@v4
with:
name: ${{inputs.artifact_name}_${{ env.data_dir }}
path: ./${{ env.data_dir }}
- uses: actions/upload-artifact@v4
with:
name: ${{inputs.artifact_name}_${{ env.data_dir }}
path: ./${{ env.data_dir }}

0 comments on commit 001eb62

Please sign in to comment.