Update tests_without_docker.yml
This commit is contained in:
parent
27c6ea148c
commit
6de57c669c
2
.github/workflows/tests_without_docker.yml
vendored
2
.github/workflows/tests_without_docker.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
# Uninstalling the module enforces that all tests are indeed skipped
|
# Uninstalling the module enforces that all tests are indeed skipped
|
||||||
- name: Uninstall Docker
|
- name: Uninstall Docker
|
||||||
run: |
|
run: |
|
||||||
pip uninstall docker
|
pip uninstall docker -y
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
env:
|
env:
|
||||||
TESTS_SKIP_REQUIRES_DOCKER: true
|
TESTS_SKIP_REQUIRES_DOCKER: true
|
||||||
|
Loading…
Reference in New Issue
Block a user