From 55dcf6949c016055c46964245e840336d9cbead7 Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 14 May 2024 11:29:20 -0700 Subject: [PATCH] Is it the DB interface? --- .github/workflows/wintests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index 8563094a2..8b6fe9e7c 100644 --- a/.github/workflows/wintests.yaml +++ b/.github/workflows/wintests.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/bookkeeping/db/tests/test_database3.py + pytest armi/bookkeeping/db/tests/test_databaseInterface.py - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py