Skip to content

Commit

Permalink
modified: .github/workflows/main.yml
Browse files Browse the repository at this point in the history
    modified:   requirements_dev.txt
  • Loading branch information
Santosh Philip committed Oct 19, 2024
1 parent aafc4f2 commit fe35441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
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=7.1.3
pytest-runner=6.0.0
pytest==7.1.3
pytest-runner==6.0.0
black
nbsphinx

Expand Down

0 comments on commit fe35441

Please sign in to comment.