Update tests_without_docker.yml

This commit is contained in:
Bert Blommers 2023-11-19 11:30:35 -01:00 committed by GitHub
parent 27c6ea148c
commit 6de57c669c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
# Uninstalling the module enforces that all tests are indeed skipped
- name: Uninstall Docker
run: |
pip uninstall docker
pip uninstall docker -y
- name: Test with pytest
env:
TESTS_SKIP_REQUIRES_DOCKER: true