Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Jan 24, 2024
1 parent 70a4037 commit 8db785e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@0.2.0
- name: Build
run: |
openfoam${{ matrix.openfoam-version }} ./Allwmake -j
- name: Set up Python
run: |
apt-get update
apt-get -y install python3-venv
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Test
run: |
openfoam${{ matrix.openfoam-version }} tests/Alltest
Expand Down

0 comments on commit 8db785e

Please sign in to comment.