We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91c4809 + 0a858a8 commit f8783c5Copy full SHA for f8783c5
.github/workflows/main.yml
@@ -5,7 +5,7 @@ name: eppy package
5
6
on:
7
push:
8
- branches: ["master", "develop" ]
+ branches: ["master", "develop" ,]
9
inputs:
10
energyplus-version:
11
description: 'EnergyPlus major.minor.patch version'
@@ -39,7 +39,7 @@ jobs:
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip
42
- python -m pip install pytest
+ python -m pip install pytest==7.1.3
43
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
44
- run: echo Installing EnergyPlusV${{ inputs.energyplus-version }}...
45
shell: bash
requirements_dev.txt
@@ -8,8 +8,8 @@ coverage
Sphinx
twine
-pytest
12
-pytest-runner
+pytest==7.1.3
+pytest-runner==6.0.0
13
black
14
nbsphinx
15
0 commit comments