Skip to content

Commit c6e5650

Browse files
Fix bad merge
1 parent 5000e57 commit c6e5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install dependencies (Linux)
2727
if: matrix.os == 'ubuntu-latest'
28-
run: sudo apt-get install gcc gfortran libopenblas-dev
28+
run: sudo apt-get install gfortran gcc libopenblas-dev
2929

3030
- name: Install dependencies (macOS)
3131
if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)