We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628e474 commit 92c2414Copy full SHA for 92c2414
.github/actions/install-python-and-package/action.yml
@@ -13,12 +13,12 @@ runs:
13
with:
14
python-version: ${{ inputs.python-version }}
15
- name: Python info
16
- shell: bash -l {0}
+ shell: bash {0}
17
run: |
18
which python3
19
python3 --version
20
- name: Upgrade pip and install dependencies
21
22
23
python3 -m pip install --upgrade pip setuptools
24
python3 -m pip install .[dev,publishing]
0 commit comments