Skip to content

Commit 47cffb5

Browse files
committed
Update CI workflow
1 parent 763225b commit 47cffb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
uses: gerlero/setup-openfoam@v1
2525
with:
2626
openfoam-version: ${{ matrix.openfoam-version }}
27+
- name: Set up Python
28+
uses: actions/setup-python@v5
29+
with:
30+
python-version: '3.x'
31+
cache: pip
32+
cache-dependency-path: tests/requirements.txt
2733
- name: Build
2834
run: |
2935
./Allwmake -j

0 commit comments

Comments
 (0)