Commit f3fdf3b 1 parent d5c4842 commit f3fdf3b Copy full SHA for f3fdf3b
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches : [ master ]
6
6
pull_request :
7
- types : [synchronize, opened]
7
+ types : [ synchronize, opened ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
22
22
rm -f Gemfile.lock && bundle install
23
23
export DEBIAN_FRONTEND=noninteractive
24
24
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
27
26
28
27
- name : Check measures
29
28
shell : bash
51
50
if ! git diff --quiet --ignore-cr-at-eol HPXMLtoOpenStudio/resources/schedule_files/*.csv; then
52
51
echo "Detailed schedule file differences:"
53
52
cd HPXMLtoOpenStudio/resources/schedule_files
54
- python print_diff.py
53
+ openstudio print_diff.py
55
54
fi
56
55
57
56
- name : Run measure unit tests
You can’t perform that action at this time.
0 commit comments