Skip to content

Commit

Permalink
Update flare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpvandermause authored Jan 7, 2025
1 parent 5fd757d commit 6e84716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
omp: [OFF, ON]
lapack: [OFF, ON]
python-version: ["3.8"]
python-version: ["3.7", "3.8"]
name: "(OpenMP, Lapack, Python) ="

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
BUILD_DIR: build_${{ matrix.omp }}_${{ matrix.lapack }}
Expand Down

0 comments on commit 6e84716

Please sign in to comment.