Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Apr 1, 2024
1 parent 7e697e3 commit 3203cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: pip install poetry
- run: pipx install poetry
- uses: actions/setup-python@v5
id: setup-python
with:
Expand Down
2 changes: 1 addition & 1 deletion test/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_move_and_write_after_tags_changed(self):
item["title"] = "a new title"
item.store()
item.try_write() # Required to update mtime.
self.runcli("alt", "update", "myexternal")
print(self.runcli("alt", "update", "myexternal"))

item.load()
new_path = self.get_path(item)
Expand Down

0 comments on commit 3203cde

Please sign in to comment.