Skip to content

Commit 5ada7d9

Browse files
also install prod deps for ci testing
1 parent d2e2abc commit 5ada7d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install Python dependencies
24-
run: |
24+
run: >
2525
python -m pip install --upgrade pip
26-
pip install -r test-requirements.txt --root-user-action=ignore
26+
27+
pip install -r test-requirements.txt prod-requirements.txt
28+
--root-user-action=ignore
2729
2830
- name: Install OpenVPN on Ubuntu
2931
if: matrix.os == 'ubuntu-24.04'

0 commit comments

Comments
 (0)