Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 870cdf1

Browse files
committed
changed unit tests to install the dev branch code of the requisite endaq libraries
1 parent 25328b4 commit 870cdf1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
- uses: actions/checkout@v2
3131

32+
- run: python -m pip install -r requirements_dev.txt
3233
- run: python -m pip install .[test]
3334

3435
- run: python -m pytest tests --cov=endaq.batch

requirements_dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git+https://github.com/MideTechnology/endaq-python-ide.git@development
2+
git+https://github.com/MideTechnology/endaq-python-calc.git@development

0 commit comments

Comments
 (0)