File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -708,18 +708,18 @@ jobs:
708
708
# fail-fast: Default is true, switch to false to allow one platform to fail and still run others
709
709
fail-fast : false
710
710
matrix :
711
- os : [macos-13, macos-arm64]
711
+ os : [macos-13] # , macos-arm64]
712
712
include :
713
713
- os : macos-13
714
714
SELF_HOSTED : false
715
715
BINARY_EXT : dmg
716
716
COMPRESSED_EXT : tar.gz
717
717
arch : x86_64
718
- - os : macos-arm64
719
- SELF_HOSTED : true
720
- BINARY_EXT : dmg
721
- COMPRESSED_EXT : tar.gz
722
- arch : arm64
718
+ # - os: macos-arm64
719
+ # SELF_HOSTED: true
720
+ # BINARY_EXT: dmg
721
+ # COMPRESSED_EXT: tar.gz
722
+ # arch: arm64
723
723
724
724
725
725
steps :
@@ -789,7 +789,11 @@ jobs:
789
789
790
790
begin_group "Running a simulation with python"
791
791
./test_install/EnergyPlus/energyplus --help
792
- ./test_install/EnergyPlus/energyplus -w ./test_install/EnergyPlus/WeatherData/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw -d out ./test_install/EnergyPlus/ExampleFiles/PythonPluginCustomSchedule.idf
792
+ cur_v=$(python -c "import sys; sys.path.insert(0, './test_install/EnergyPlus'); from pyenergyplus.func import EnergyPlusVersion; v = EnergyPlusVersion(); print(f'{v.ep_version_major}.{v.ep_version_minor}.{v.ep_version_patch}')")
793
+ aria2c https://raw.githubusercontent.com/NREL/EnergyPlus/v${cur_v}/testfiles/PythonPluginCustomSchedule.py
794
+ aria2c https://raw.githubusercontent.com/NREL/EnergyPlus/v${cur_v}/testfiles/PythonPluginCustomSchedule.idf
795
+ aria2c https://raw.githubusercontent.com/NREL/EnergyPlus/v${cur_v}/weather/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
796
+ ./test_install/EnergyPlus/energyplus -w USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw -d out PythonPluginCustomSchedule.idf
793
797
echo "::endgroup::"
794
798
795
799
- name : Upload otool info as artifact
You can’t perform that action at this time.
0 commit comments