Skip to content

Commit

Permalink
Fix ompi artifact handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Feb 9, 2024
1 parent d8aa178 commit 47bffaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_package_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- name: Download legacy data
uses: actions/download-artifact@v4
with:
name: legacy
path: ./legacy_ompi
name: legacy_ompi
path: ./legacy

- name: Download legacy data
uses: actions/download-artifact@v4
with:
name: legacy_checkpoint
path: ./legacy_checkpoint_ompi
name: legacy_checkpoint_ompi
path: ./legacy_checkpoint

- name: Install package
run: python3 -m pip install .[test]
Expand Down

0 comments on commit 47bffaf

Please sign in to comment.