From da76374c345cfcf9bd9869d6bd85b428ad51867d Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 6 Jan 2023 14:47:25 -0700 Subject: [PATCH] fixup! fixup! fixup! fixup! Bump required python version to 3.7, add workflow for testing setup.py --- .github/workflows/btest.yml | 2 +- btest | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/btest.yml b/.github/workflows/btest.yml index a41db723..b45ed839 100644 --- a/.github/workflows/btest.yml +++ b/.github/workflows/btest.yml @@ -41,7 +41,7 @@ jobs: run: | python3 -m pip install --upgrade pip python3 -m pip install setuptools wheel - python3 setup.py install + python3 -m pip install . - name: "Run btests with installed version" run: | cd testing diff --git a/btest b/btest index 977ba35f..e7f4504f 100755 --- a/btest +++ b/btest @@ -33,6 +33,8 @@ import multiprocess.sharedctypes as mp_sharedctypes import btest_lib.outputhandlers +print(btest_lib.outputhandlers.__file__) + VERSION = "0.72-20" # Automatically filled in. Name = "btest"