move Dockerfiles to docker/; update README

This commit is contained in:
scito
2023-02-18 10:22:03 +01:00
committed by Roland Kurmann
parent 05f3d89c42
commit 9e334748ac
8 changed files with 25 additions and 16 deletions

View File

@@ -72,6 +72,6 @@ jobs:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
if: |
matrix.python-version == '3.x' && matrix.platform == 'ubuntu-latest'
false && matrix.python-version == '3.x' && matrix.platform == 'ubuntu-latest'
&& !contains(github.ref, 'refs/tags/')