Skip to content

Commit

Permalink
fix(release): Trigger new release with latest EnergyPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed May 6, 2024
1 parent 7f1cb0f commit eff8994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: install python dependencies
run: |
pip install -r dev-requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==6.2.3
pytest==6.2.4
twine==3.4.1
wheel==0.36.2
setuptools==56.0.0
wheel==0.38.1
setuptools==65.5.1

0 comments on commit eff8994

Please sign in to comment.