We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa497c8 commit f6084cbCopy full SHA for f6084cb
.github/workflows/test.yml
@@ -53,17 +53,17 @@ jobs:
53
chmod +x ./scripts/install_dependencies.sh
54
./scripts/install_dependencies.sh
55
56
+ - name: Set up Python 3.13
57
+ uses: actions/setup-python@v5
58
+ with:
59
+ python-version: '3.13'
60
+
61
- name: Verify dependency installation
62
run: |
63
cmake --version
64
gcc --version
65
python3 --version
66
- - name: Set up Python 3.13
- uses: actions/setup-python@v5
- with:
- python-version: '3.13'
-
67
- name: Build
68
69
/bin/bash mfc.sh test --dry-run -j $(nproc) --${{ matrix.debug }} --${{ matrix.mpi }} --${{ matrix.precision }}
0 commit comments