Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vighneshiyer committed Nov 15, 2023
1 parent e36b661 commit 935b163
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.7.0"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [created]

env:
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.7.0"
PYTHON_VERSION: "3.9"

jobs:
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion today-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- [x] Do not display subtasks that are already checked off
- [x] Write quickstart guide / simplify and shorten docs + add ToC
- ~~[ ] Show subtasks that are done in the visible subtasks (with a checkmark)~~ (goes against the way normal tasks work)
- [ ] Display the task file name when running today (similar to start) [d:10/7]
- [ ] Display the task file name when running today (similar to start)
- [ ] Display the task hierarchy when displaying task details
- [ ] Escape the task name and hierarchy names in `start` when emitting the file for i3status
- [ ] Verify that a subtask that is due earlier than the main task shows up at the right time (when the subtask is due or has a reminder, not the main task)
Expand Down

0 comments on commit 935b163

Please sign in to comment.