Skip to content

Commit d14f8e9

Browse files
authored
Merge branch 'develop' into add_elec_demand
2 parents 7708c07 + 8ab3b5d commit d14f8e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
pipenv install --dev
61+
pipenv lock
6162
# autopep8でformatする
6263
# --exit-codeをつけることで、autopep8内でエラーが起きれば1、差分があれば2のエラーステータスコードが返ってくる。正常時は0が返る
6364
- name: Format files

0 commit comments

Comments
 (0)