-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' |