From f62ae1d9605b46f8859c5cb06f7c4c05fc729a76 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Sat, 8 May 2021 14:32:58 -0400
Subject: [PATCH] Re-enable the github action test of teqp python build

---
 .github/workflows/runcatch.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/runcatch.yml b/.github/workflows/runcatch.yml
index ef2e281..2f2a628 100644
--- a/.github/workflows/runcatch.yml
+++ b/.github/workflows/runcatch.yml
@@ -19,6 +19,8 @@ jobs:
       run: cmake --build build --target catch_tests
     - name: build multifluid
       run: cmake --build build --target multifluid
+    - name: build teqp
+      run: cmake --build build --target teqp
     # run tests
     - name: run Catch tests
       run: build/catch_tests
\ No newline at end of file
-- 
GitLab