Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Sep 15, 2024
1 parent b838de1 commit fd7eb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install TFEL
shell: spack-sh {0}
run: |
spack install tfel@master
spack install tfel@master~python_bindings
- name: Config MFrontGallery
shell: spack-sh {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/joss-draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: ./docs/papers/joss/paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: paper
# This is the output path where Pandoc will write the compiled
Expand Down

0 comments on commit fd7eb33

Please sign in to comment.