Skip to content

Commit f6084cb

Browse files
Combines all of MFC dependency setup into a single installer setup. Replaced cmake dependency_check with Boost verification
1 parent aa497c8 commit f6084cb

File tree

3 files changed

+203
-836
lines changed

3 files changed

+203
-836
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ jobs:
5353
chmod +x ./scripts/install_dependencies.sh
5454
./scripts/install_dependencies.sh
5555
56+
- name: Set up Python 3.13
57+
uses: actions/setup-python@v5
58+
with:
59+
python-version: '3.13'
60+
5661
- name: Verify dependency installation
5762
run: |
5863
cmake --version
5964
gcc --version
6065
python3 --version
6166
62-
- name: Set up Python 3.13
63-
uses: actions/setup-python@v5
64-
with:
65-
python-version: '3.13'
66-
6767
- name: Build
6868
run: |
6969
/bin/bash mfc.sh test --dry-run -j $(nproc) --${{ matrix.debug }} --${{ matrix.mpi }} --${{ matrix.precision }}

0 commit comments

Comments
 (0)