Skip to content

Commit

Permalink
Merge pull request #1 from desultory/dev
Browse files Browse the repository at this point in the history
add zenlib deps
  • Loading branch information
desultory authored Nov 21, 2024
2 parents 44b7b13 + 60de2b4 commit 38085a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Obtain dependency projects
run: git clone https://github.com/desultory/zenlib
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -28,6 +30,7 @@ jobs:
run: |
python -m venv venv
venv/bin/pip install --upgrade pip
venv/bin/pip install ./zenlib
venv/bin/pip install .
- name: Run unit tests
run: |
Expand Down

0 comments on commit 38085a0

Please sign in to comment.