We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b7b13 commit 60de2b4Copy full SHA for 60de2b4
.github/workflows/unit_tests.yml
@@ -19,6 +19,8 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
+ - name: Obtain dependency projects
23
+ run: git clone https://github.com/desultory/zenlib
24
- name: Set up Python ${{ matrix.python-version }}
25
uses: actions/setup-python@v3
26
with:
@@ -28,6 +30,7 @@ jobs:
28
30
run: |
29
31
python -m venv venv
32
venv/bin/pip install --upgrade pip
33
+ venv/bin/pip install ./zenlib
34
venv/bin/pip install .
35
- name: Run unit tests
36
0 commit comments