Skip to content

Commit

Permalink
modified: .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Nov 4, 2023
1 parent 963442c commit 9eda81b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:

- name: Test with pytest
env:
ENERGYPLUS_VERSION: ${{ inputs.energyplus-version }}
ENERGYPLUS_SHA: ${{ inputs.energyplus-sha }}
ENERGYPLUS_INSTALL_VERSION: ${{ inputs.energyplus-install }}
EPPY_INTEGRATION: True
run: |
pytest -vs tests/test_runner.py

0 comments on commit 9eda81b

Please sign in to comment.