diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index 0e31ec4ba..0b478111a 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_databaseInterface.py::TestStandardFollowOn + pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py diff --git a/.github/workflows/wintests2.yaml b/.github/workflows/wintests2.yaml index 4ea70df55..7d1b39278 100644 --- a/.github/workflows/wintests2.yaml +++ b/.github/workflows/wintests2.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_databaseInterface.py::TestDatabaseReading + pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseReading - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py diff --git a/.github/workflows/wintests3.yaml b/.github/workflows/wintests3.yaml index 8b3336de3..0d5fe27ac 100644 --- a/.github/workflows/wintests3.yaml +++ b/.github/workflows/wintests3.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_databaseInterface.py::TestDatabaseWriter + pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseWriter - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py