Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 18, 2024
1 parent 42039de commit 00e90d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
toolchain:
- {compiler: gcc}
- {compiler: intel}
Expand All @@ -23,15 +23,15 @@ jobs:
submodules: recursive

- name: Setup Fortran Package Manager (fpm)
uses: fortran-lang/setup-fpm@main
uses: fortran-lang/setup-fpm@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install LAPACK and BLAS
run: sudo apt-get install -y libblas-dev liblapack-dev

- name: Setup Fortran Compiler
uses: fortran-lang/setup-fortran@v1
uses: fortran-lang/setup-fortran@main
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
Expand Down

0 comments on commit 00e90d2

Please sign in to comment.