aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-12-02 11:36:46 -0800
committerEli Schwartz <eschwartz93@gmail.com>2021-12-06 20:06:14 -0500
commit7191b6dab2b310adb93238bac804008e9c9757b8 (patch)
tree10989ef5073f5000e789ea37977af4dafe2bb6e3 /.github/workflows/macos.yml
parentd0b651525e5ed6e7ac8e481ddb02ece56ceb9313 (diff)
downloadmeson-7191b6dab2b310adb93238bac804008e9c9757b8.zip
meson-7191b6dab2b310adb93238bac804008e9c9757b8.tar.gz
meson-7191b6dab2b310adb93238bac804008e9c9757b8.tar.bz2
ci: install pytest-subtests
Which lets pytest understand unittest.subtest
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index a791aff..d60244b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -30,7 +30,7 @@ jobs:
python-version: '3.x'
- run: |
python -m pip install --upgrade pip
- python -m pip install pytest pytest-xdist jsonschema coverage codecov
+ python -m pip install pytest pytest-xdist pytest-subtests jsonschema coverage codecov
- run: brew install pkg-config ninja llvm qt@5
- env:
CPPFLAGS: "-I/usr/local/include"