Skip to content

Commit 0f877e0

Browse files
committed
Added pycryptodome to consumption tests
1 parent 76f6484 commit 0f877e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_consumption_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip==23.0
3636
python -m pip install -r requirements.txt
37-
python -m pip install pytest pytest-instafail pytest-rerunfailures pytest-xdist requests
37+
python -m pip install pytest pytest-instafail pytest-rerunfailures pytest-xdist requests pycryptodome
3838
python setup.py build
3939
- name: Running 3.7 Tests
4040
if: matrix.python-version == 3.7

0 commit comments

Comments
 (0)