Skip to content

Commit

Permalink
Refactor CI matrix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 6, 2022
1 parent 62144d0 commit 4504236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
with-valgrind:
- false
- true
config:
- headless
- valgrind
python-version:
- "3.7"
- "3.8"
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python-version }}"
- if: matrix.with-valgrind
- if: matrix.config == 'valgrind'
name: Install valgrind
run: sudo apt-get install valgrind -y
- name: Install dependencies
Expand Down

0 comments on commit 4504236

Please sign in to comment.