Commit a653bbbc by Arun Babu Neelicattu

ci/cirrus: set global path

parent d0528424
...@@ -6,6 +6,7 @@ test_task: ...@@ -6,6 +6,7 @@ test_task:
only_if: $CIRRUS_TAG == '' only_if: $CIRRUS_TAG == ''
skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')" skip: "!changesInclude('.cirrus.yml', 'poetry.lock', 'pyproject.toml', '**.json','**.py')"
env: env:
PATH: /.local/bin:${PATH}
matrix: matrix:
- PYTHON: python3.8 - PYTHON: python3.8
- PYTHON: python3.9 - PYTHON: python3.9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment