Skip to content

Commit

Permalink
try mac and windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 2, 2024
1 parent bdcfef3 commit 2af43de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: install_cc
uses: rlalik/setup-cpp-compiler@master
with:
compiler: gcc
compiler: clang

- name: Install mingw-w64 on Windows
if: contains( matrix.os, 'windows')
Expand All @@ -52,12 +52,6 @@ jobs:

- name: checkout repository
uses: actions/checkout@v4

#- name: Set compilers
# if: false == contains( matrix.os, 'windows')
# run: |
# echo "CC=${{ steps.install_cc.outputs.cc }}" >> $GITHUB_ENV
# echo "CXX=${{ steps.install_cc.outputs.cxx }}" >> $GITHUB_ENV

- name: Mac openblas
if: contains( matrix.os, 'mac')
Expand All @@ -71,6 +65,12 @@ jobs:
run: |
sudo apt-get install libopenblas-dev
- name: Set compilers
if: false == contains( matrix.os, 'windows')
run: |
echo "CC=${{ steps.install_cc.outputs.cc }}" >> $GITHUB_ENV
echo "CXX=${{ steps.install_cc.outputs.cxx }}" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
id: cp
Expand Down

0 comments on commit 2af43de

Please sign in to comment.