Commit 799661c6 by Mathieu Kniewallner Committed by Bjorn Neergaard

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

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