We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c7f67 commit 41091a1Copy full SHA for 41091a1
.github/workflows/test-docker.yml
@@ -23,6 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
pip install -r requirements-testing.txt
26
+ pip install -r requirements-tunnel.txt
27
- name: Build
28
run: |
29
make container
.github/workflows/test-library.yml
- name: Quality Check
flake8 --ignore=W504 --max-line-length=127 --max-complexity=19 proxy/ tests/ setup.py
0 commit comments