Skip to content

Commit f8783c5

Browse files
author
Santosh Philip
committed
Merge branch 'i444_IDD' into develop
2 parents 91c4809 + 0a858a8 commit f8783c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: eppy package
55

66
on:
77
push:
8-
branches: ["master", "develop" ]
8+
branches: ["master", "develop" ,]
99
inputs:
1010
energyplus-version:
1111
description: 'EnergyPlus major.minor.patch version'
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
python -m pip install pytest
42+
python -m pip install pytest==7.1.3
4343
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4444
- run: echo Installing EnergyPlusV${{ inputs.energyplus-version }}...
4545
shell: bash

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ coverage
88
Sphinx
99
twine
1010

11-
pytest
12-
pytest-runner
11+
pytest==7.1.3
12+
pytest-runner==6.0.0
1313
black
1414
nbsphinx
1515

0 commit comments

Comments
 (0)