Skip to content

Commit f3fdf3b

Browse files
committed
Run python script using openstudio
1 parent d5c4842 commit f3fdf3b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/config.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [ master ]
66
pull_request:
7-
types: [synchronize, opened]
7+
types: [ synchronize, opened ]
88
workflow_dispatch:
99

1010
jobs:
@@ -22,8 +22,7 @@ jobs:
2222
rm -f Gemfile.lock && bundle install
2323
export DEBIAN_FRONTEND=noninteractive
2424
sudo apt update
25-
sudo -E apt-get install -y wget unzip python3-sphinx-rtd-theme python3-pip
26-
pip3 install pandas numpy
25+
sudo -E apt-get install -y wget unzip python3-sphinx-rtd-theme
2726
2827
- name: Check measures
2928
shell: bash
@@ -51,7 +50,7 @@ jobs:
5150
if ! git diff --quiet --ignore-cr-at-eol HPXMLtoOpenStudio/resources/schedule_files/*.csv; then
5251
echo "Detailed schedule file differences:"
5352
cd HPXMLtoOpenStudio/resources/schedule_files
54-
python print_diff.py
53+
openstudio print_diff.py
5554
fi
5655
5756
- name: Run measure unit tests

0 commit comments

Comments
 (0)