We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4a936 commit 4c51cddCopy full SHA for 4c51cdd
.github/workflows/ci_docker_con_workflow.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install -U -e .
33
+ python pip install pytest
34
python setup.py build
35
- name: Running 3.8 Tests
36
if: matrix.python-version == 3.8
.github/workflows/ci_docker_ded_workflow.yml
0 commit comments