Skip to content

Commit

Permalink
Merge pull request #250 from gerlero/actions
Browse files Browse the repository at this point in the history
Update CI configuration
  • Loading branch information
gerlero authored Nov 2, 2024
2 parents 92aafa3 + 0ffc970 commit 37ef20f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up OpenFOAM
uses: gerlero/setup-openfoam@v1
with:
openfoam-version: ${{ matrix.openfoam-version }}
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up OpenFOAM
uses: gerlero/setup-openfoam@v1
with:
openfoam-version: ${{ matrix.openfoam-version }}
- name: Set up Slurm
if: matrix.slurm
uses: koesterlab/setup-slurm-action@v1
Expand Down

0 comments on commit 37ef20f

Please sign in to comment.