Skip to content

Commit

Permalink
Debug with MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Dec 12, 2022
1 parent f774b3f commit 4620a7f
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/ci.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
- platform: ubuntu-latest
python-version: '3.11'
py: py311
- platform: macos-latest
- platform: macos-10.15
python-version: 3.7
py: py37
- platform: macos-latest
Expand All @@ -66,29 +66,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Hatch
run: pip install -U hatch
- name: Get MD4C version
if: runner.os == 'macOS'
uses: oprypin/find-latest-tag@v1
id: md4c_version
with:
repository: mity/md4c
prefix: release-
- name: Fetch MD4C
uses: actions/checkout@v3
if: runner.os == 'macOS'
with:
repository: mity/md4c
ref: ${{steps.md4c-version.outputs.tag}}
path: md4c-lib
- name: Build MD4C
if: runner.os == 'macOS'
run: |
mkdir md4c-lib/build
cd md4c-lib/build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
cmake --install .
ldconfig
- name: Install mdpo for testing
run: pip install --debug .
- name: Run tests
run: hatch run +py=${{ matrix.py }} tests:all
- name: Coveralls
Expand Down

0 comments on commit 4620a7f

Please sign in to comment.