Skip to content

Commit

Permalink
fixed issue #428
Browse files Browse the repository at this point in the history
:Problem: need CI for eppy
:Solution: Use github actions for CI
  • Loading branch information
Santosh Philip committed Nov 10, 2023
1 parent b6aca3d commit ac44081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: eppy package

on:
push:
branches: [ "branchtest" ]
branches: ["master", "develop" ]
inputs:
energyplus-version:
description: 'EnergyPlus major.minor.patch version'
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
ENERGYPLUS_INSTALL_VERSION: 9-2-0
EPPY_INTEGRATION: TRUE
run: |
pytest
pytest

0 comments on commit ac44081

Please sign in to comment.