Skip to content

Commit 21372a6

Browse files
authored
Update main.yml - more path troubleshooting
1 parent edbe953 commit 21372a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
- name: Run pse notifier
5858
run: |
5959
echo "Running PSE notifier"
60-
python outage-data-analysis/expand.py -r pse-outage -i -o output_files -l 2 pse-outage\pse-events.json
61-
python outage-data-analysis/create_outages_dataframe.py -l -d pse-outage/output_files -u pse -o output_files/pse_outages_dataframe.csv
62-
python outage-data-analysis/analyze_current_outages.py -f output_files/pse_outages_dataframe.csv -l .5 -c 1 -e .1 -u pse --telegram-token "<token>" --telegram-chat-id "-1003012377346" --telegram-thread-id "2" --geocode-api-key "689c04ea91cf4154626975qcz13eb93"
60+
python expand.py -r pse-outage -i -o output_files -l 2 pse-outage\pse-events.json
61+
python create_outages_dataframe.py -l -d pse-outage/output_files -u pse -o output_files/pse_outages_dataframe.csv
62+
python analyze_current_outages.py -f output_files/pse_outages_dataframe.csv -l .5 -c 1 -e .1 -u pse --telegram-token "<token>" --telegram-chat-id "-1003012377346" --telegram-thread-id "2" --geocode-api-key "689c04ea91cf4154626975qcz13eb93"

0 commit comments

Comments
 (0)