Skip to content

Commit

Permalink
Fix typo in workflow (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Feb 7, 2024
1 parent 61a93bf commit 3775416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_legacy_checkpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install legacy version of adios4dolfinx
- run: python3 -m pip install adios4dolfinx==${adios4dolfinx_version}
run: python3 -m pip install adios4dolfinx==${adios4dolfinx_version}

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

0 comments on commit 3775416

Please sign in to comment.