Skip to content

Commit

Permalink
don't over-bash things
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 16, 2024
1 parent c501b8f commit 7cbf681
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/python/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ runs:
sudo apt-get install -y --no-install-recommends libsystemd-dev
fi
- name: Set the OT_PYTHON env variable
shell: bash
run: echo "OT_PYTHON=$(which python)" >> $GITHUB_ENV
- name: If provided set the OT_VIRTUALENV_VERSION env variable
shell : bash
if: ${{ inputs.python-version != 'false' }}
run: echo "OT_VIRTUALENV_VERSION=${{ inputs.python-version }}" >> $GITHUB_ENV
- shell: bash
run: |
- run: |
npm install --global [email protected]
$OT_PYTHON -m pip install --upgrade pip
$OT_PYTHON -m pip install --user pipenv==2023.12.1
- shell: bash
run: 'make -C ${{ inputs.project }} setup'
- run: 'make -C ${{ inputs.project }} setup'

0 comments on commit 7cbf681

Please sign in to comment.