Commit 799661c6 by Mathieu Kniewallner Committed by Bjorn Neergaard

refactor(ci): remove obsolete `bootstrap-args` and `suffix`

parent 260ed7c3
......@@ -23,7 +23,7 @@ concurrency:
jobs:
tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}
name: ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.image }}
strategy:
matrix:
......@@ -54,7 +54,7 @@ jobs:
- name: Bootstrap poetry
run: |
curl -sL https://install.python-poetry.org | python - -y ${{ matrix.bootstrap-args }}
curl -sL https://install.python-poetry.org | python - -y
- name: Update PATH
if: ${{ matrix.os != 'Windows' }}
......
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