From a7876bebc535d36bc25dcbba7f83bf502ac55d50 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Fri, 3 Nov 2023 09:22:14 -0700 Subject: [PATCH] ?? --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd58ad5..1948142 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,8 +46,8 @@ jobs: - name: Install coverage dependencies run: pip install pytest-cov pytest-dependency setuptools -# - name: Build -# run: python setup.py build_ext --inplace + - name: Build + run: python setup.py build_ext --inplace - name: Install charcoal run: pip install -e .