Skip to content

Commit

Permalink
Update test-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar authored Aug 20, 2024
1 parent 6a040ba commit 66b89c2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
schedule:
- cron: '42 4 5,20 * *'
workflow_dispatch:


jobs:
Expand All @@ -24,20 +23,10 @@ jobs:
shell: bash -leo pipefail {0} {0}

steps:
- name: ls gfortran
- name: Install build dependencies
run: |
brew update && brew install openblas lapack cmake git gcc
echo "$(which gcc)"
echo "$(ls -l $(dirname $(which gfortran-12)))"
echo "$(ls -l $(dirname $(which gfortran-13)))"
echo "$(ls -l $(dirname $(which gfortran-14)))"
- name: Set flags
run: |
echo "$(which gfortran-11)"
echo "$(which gfortran)"
echo "FC=$(which gfortran-11)" >> $GITHUB_ENV
echo "FC=$(which gfortran-14)" >> $GITHUB_ENV
echo "CC=$(which gcc)" >> $GITHUB_ENV
echo "CXX=$(which g++)" >> $GITHUB_ENV
Expand Down

0 comments on commit 66b89c2

Please sign in to comment.