Skip to content

Commit

Permalink
TMP: change CI to only run a single test for temporary testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 26, 2023
1 parent 5852845 commit 60e5fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60e5fa3

Please sign in to comment.