Skip to content

Commit

Permalink
Merge branch 'i444_IDD' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Oct 19, 2024
2 parents 91c4809 + 0a858a8 commit f8783c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ["master", "develop" ]
branches: ["master", "develop" ,]
inputs:
energyplus-version:
description: 'EnergyPlus major.minor.patch version'
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install pytest==7.1.3
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- run: echo Installing EnergyPlusV${{ inputs.energyplus-version }}...
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ coverage
Sphinx
twine

pytest
pytest-runner
pytest==7.1.3
pytest-runner==6.0.0
black
nbsphinx

Expand Down

0 comments on commit f8783c5

Please sign in to comment.