Skip to content

Commit 9e59c30

Browse files
committed
Temporarily install twomemo and oldmemo from their git repositories to allow the tests and publish to work
1 parent 5b6101e commit 9e59c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: pip install .
2828
- name: Install test dependencies
2929
run: |
30+
pip install git+https://github.com/Syndace/python-twomemo git+https://github.com/Syndace/python-oldmemo
3031
pip install --upgrade .[test,lint]
3132
3233
- name: Type-check using mypy

0 commit comments

Comments
 (0)