We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f6484 commit 0f877e0Copy full SHA for 0f877e0
.github/workflows/ci_consumption_workflow.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
python -m pip install --upgrade pip==23.0
36
python -m pip install -r requirements.txt
37
- python -m pip install pytest pytest-instafail pytest-rerunfailures pytest-xdist requests
+ python -m pip install pytest pytest-instafail pytest-rerunfailures pytest-xdist requests pycryptodome
38
python setup.py build
39
- name: Running 3.7 Tests
40
if: matrix.python-version == 3.7
0 commit comments