Skip to content

Commit 38085a0

Browse files
authored
Merge pull request #1 from desultory/dev
add zenlib deps
2 parents 44b7b13 + 60de2b4 commit 38085a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
- name: Obtain dependency projects
23+
run: git clone https://github.com/desultory/zenlib
2224
- name: Set up Python ${{ matrix.python-version }}
2325
uses: actions/setup-python@v3
2426
with:
@@ -28,6 +30,7 @@ jobs:
2830
run: |
2931
python -m venv venv
3032
venv/bin/pip install --upgrade pip
33+
venv/bin/pip install ./zenlib
3134
venv/bin/pip install .
3235
- name: Run unit tests
3336
run: |

0 commit comments

Comments
 (0)