Skip to content

Commit

Permalink
update GH action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed Oct 22, 2024
1 parent 6300f51 commit e3c4754
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: "1.5.1"
poetry-version: "1.7.1"

- name: Setup python
uses: actions/setup-python@v5
Expand All @@ -33,9 +33,7 @@ jobs:

- name: Install EnergyPlus
run: |
ENERGYPLUS_VERSION="23.2.0"
ENERGYPLUS_SHA="7636e6b3e9"
ENERGYPLUS_DOWNLOAD_URL="https://github.com/NREL/EnergyPlus/releases/download/v${ENERGYPLUS_VERSION}/EnergyPlus-${ENERGYPLUS_VERSION}-${ENERGYPLUS_SHA}-Linux-Ubuntu22.04-x86_64.sh"
ENERGYPLUS_DOWNLOAD_URL="https://github.com/NREL/EnergyPlus/releases/download/v24.2.0a/EnergyPlus-24.2.0-94a887817b-Linux-Ubuntu22.04-x86_64.sh"
wget --quiet "${ENERGYPLUS_DOWNLOAD_URL}" -O /tmp/eplus_install.sh
(echo "y"; echo ""; echo "y";) | sudo bash /tmp/eplus_install.sh
Expand Down

0 comments on commit e3c4754

Please sign in to comment.