Commit f20043af by Arun Babu Neelicattu

ci: do not use preview release for workflows

parent 8491b74d
...@@ -17,7 +17,7 @@ test_task: ...@@ -17,7 +17,7 @@ test_task:
pip_script: pip_script:
- $PYTHON -m ensurepip - $PYTHON -m ensurepip
- $PYTHON -m pip install pip -U - $PYTHON -m pip install pip -U
- $PYTHON -m pip install poetry -U --pre - $PYTHON -m pip install poetry -U
- $PYTHON -m poetry config virtualenvs.in-project true - $PYTHON -m poetry config virtualenvs.in-project true
deps_script: $PYTHON -m poetry install deps_script: $PYTHON -m poetry install
test_script: $PYTHON -m poetry run pytest -q --junitxml=junit.xml tests test_script: $PYTHON -m poetry run pytest -q --junitxml=junit.xml tests
......
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
shell: bash shell: bash
run: | run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py --preview -y python get-poetry.py -y
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH" echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
- name: Configure poetry - name: Configure poetry
......
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