Skip to content

Commit 607f2bc

Browse files
committed
Include missing local-requirements.txt in CI py2 setup as that is the intended
way to bring in any dependencies needed for unit testing. It's already handled automatically by 'make dependencies' for py3.
1 parent 6d3d3ef commit 607f2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v3
4949
- name: Setup environment
5050
run: |
51-
pip install --no-cache-dir -r requirements.txt
51+
pip install --no-cache-dir -r requirements.txt -r local-requirements.txt
5252
- name: Run tests
5353
run: |
5454
PYTHON_BIN=python ./envhelp/makeconfig test --python2

0 commit comments

Comments
 (0)