Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 30, 2023
1 parent 9baf964 commit 21c4c9a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test using Conda
name: Build & Test using Conda (Meson)

on:
push:
Expand All @@ -16,7 +16,7 @@ concurrency:

jobs:
test:
name: Conda (Meson)
name: Meson
runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -73,13 +73,9 @@ jobs:
shell: bash -l {0}
run: |
# Compile as extra step for better error reporting
meson setup builddir
meson compile -j2 -C builddir
pip install --no-build-isolation --config-settings=builddir=builddir --editable .
- name: Verify dependencies
if: success() || failure()
shell: bash -l {0}
run: pip check
- name: Test
if: success() || failure()
Expand Down

0 comments on commit 21c4c9a

Please sign in to comment.