Skip to content

Commit 41091a1

Browse files
committed
Install tunnel requirements too
1 parent d5c7f67 commit 41091a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install -r requirements-testing.txt
26+
pip install -r requirements-tunnel.txt
2627
- name: Build
2728
run: |
2829
make container

.github/workflows/test-library.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install -r requirements-testing.txt
26+
pip install -r requirements-tunnel.txt
2627
- name: Quality Check
2728
run: |
2829
flake8 --ignore=W504 --max-line-length=127 --max-complexity=19 proxy/ tests/ setup.py

0 commit comments

Comments
 (0)