From 60e5fa3445d3940fd2565c9efa1f439f70a8ec36 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 26 Dec 2023 09:44:56 -0700 Subject: [PATCH] TMP: change CI to only run a single test for temporary testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a103dae2d..fce94b656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} if: matrix.test_env == 'python' && matrix.os == 'ubuntu-latest' - run: poetry run pytest tests/model_connectors/test_district_single_ghe.py --doctest-modules -v -m 'not dymola' --cov-report term-missing --cov . ./tests + run: poetry run pytest tests/model_connectors/test_district_single_ghe.py --doctest-modules -v -m 'not dymola' --cov-report term-missing --cov . # - name: Run Pytest (no compilation or simulation) # if: matrix.test_env == 'python' && matrix.os == 'windows-latest' # run: poetry run pytest --doctest-modules -v -m 'not simulation and not compilation and not dymola' ./tests