Skip to content

Commit 0ff6061

Browse files
update workflow
1 parent 8e102c9 commit 0ff6061

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install json
24-
23+
24+
2525
- name: Run Python script
2626
env:
2727
ISSUE_BODY: ${{ github.event.issue.body }}

update_library.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
with open("data/library.csv", "w", newline="") as f:
3232
writer = csv.DictWriter(f, fieldnames=["Book Title", "Author", "Barcode", "Status", "User"])
3333
writer.writeheader()
34-
writer.writerows(books)
34+
writer.writerows(books)
35+

0 commit comments

Comments
 (0)