Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 13, 2023
1 parent f0c4f70 commit 7c0a091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
spack env activate main
spack add py-fenics-ufl@main
spack install
- name: Get DOLFINx code (to access test files)
- name: Get UFL code (to access test files)
uses: actions/checkout@v4
with:
path: ./ufl-main
Expand All @@ -71,7 +71,7 @@ jobs:
spack env activate release
spack add py-fenics-ufl
spack install
- name: Get DOLFINx release code (to access test files)
- name: Get UFL release code (to access test files)
uses: actions/checkout@v4
with:
ref: v2023.2.0
Expand Down

0 comments on commit 7c0a091

Please sign in to comment.