Skip to content

Commit 0663874

Browse files
committed
Update CI workflow
1 parent 70a4037 commit 0663874

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
24-
- name: Set up GCC problem matcher
25-
uses: ammaraskar/gcc-problem-matcher@0.2.0
2624
- name: Build
2725
run: |
2826
openfoam${{ matrix.openfoam-version }} ./Allwmake -j
2927
- name: Set up Python
30-
run: |
31-
apt-get update
32-
apt-get -y install python3-venv
28+
uses: actions/setup-python@v5
29+
with:
30+
python-version: '3.9'
3331
- name: Test
3432
run: |
3533
openfoam${{ matrix.openfoam-version }} tests/Alltest

0 commit comments

Comments
 (0)