Commit 7714eda2 by Bartosz Sokorski Committed by GitHub

Update workflows (#7312)

parent 4e048308
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
- name: Bootstrap poetry - name: Bootstrap poetry
run: | run: |
curl -sL https://install.python-poetry.org | python - -y curl -sSL https://install.python-poetry.org | python - -y
- name: Update PATH - name: Update PATH
if: ${{ matrix.os != 'Windows' }} if: ${{ matrix.os != 'Windows' }}
......
...@@ -19,7 +19,8 @@ jobs: ...@@ -19,7 +19,8 @@ jobs:
python-version: "3.10" python-version: "3.10"
- name: Install Poetry - name: Install Poetry
run: python install-poetry.py -y run: |
curl -sSL https://install.python-poetry.org | python - -y
- name: Update PATH - name: Update PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH run: echo "$HOME/.local/bin" >> $GITHUB_PATH
......
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