File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/python-environment Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 python-version : ${{ inputs.python-version }}
4040
41- - name : Ensure curl
41+ - name : Ensure wget
4242 shell : bash
4343 run : sudo apt update && sudo apt install -y wget
4444
7474 working-directory : ${{ inputs.working-directory }}
7575 shell : bash
7676 run : |
77+ EXTRAS=$(echo "${{ inputs.extras }}" | tr -d ' ')
7778 if [[ -n "$EXTRAS" ]]; then
7879 poetry install --extras "$EXTRAS"
7980 else
Original file line number Diff line number Diff line change 6060 - int-linux-x64-4core-ubuntu24.04-1
6161 - int-linux-x64-2core-ubuntu24.04-1
6262 python-version :
63- - " 3.9"
6463 - " 3.10"
6564 - " 3.11"
6665 - " 3.12"
7372 - name : SCM Checkout
7473 uses : actions/checkout@v4
7574
76- - name : Setup Python & Poetry Environment
75+ - name : Set up Python & Poetry Environment
7776 uses : ./.github/actions/python-environment
7877 with :
7978 python-version : " ${{ matrix.python-version }}"
You can’t perform that action at this time.
0 commit comments