Skip to content

Commit

Permalink
re-diable mac run
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Aug 26, 2024
1 parent 62d9ca7 commit 7824c8c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@ jobs:
cd sophiread/build
ctest -V --output-on-failure
macos-latest:
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
mamba-version: "*"
environment-file: sophiread/environment_mac.yml
- name: build_sophiread
shell: bash -l {0}
run: |
cd sophiread
mkdir build
cd build
cmake ..
make
- name: test_sophiread
shell: bash -l {0}
run: |
cd sophiread/build
ctest -V --output-on-failure
# macos-latest:
# runs-on: macos-latest-xlarge
# steps:
# - uses: actions/checkout@v3
# - uses: conda-incubator/setup-miniconda@v2
# with:
# auto-update-conda: true
# mamba-version: "*"
# environment-file: sophiread/environment_mac.yml
# - name: build_sophiread
# shell: bash -l {0}
# run: |
# cd sophiread
# mkdir build
# cd build
# cmake ..
# make
# - name: test_sophiread
# shell: bash -l {0}
# run: |
# cd sophiread/build
# ctest -V --output-on-failure

0 comments on commit 7824c8c

Please sign in to comment.