Skip to content

Commit

Permalink
ci: add to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Feb 22, 2021
1 parent 48524ed commit 04f0da7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python.yaml
Expand Up @@ -72,8 +72,11 @@ jobs:
run: |
python --version
python3 --version
pip --version
python3 -m pip --version
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
echo "$HOME/.local/bin" >> $GITHUB_PATH
# Upgrade pip/setuptools first, so the line below will use the upgraded versions
python3 -m pip install --upgrade pip setuptools
python3 -m pip install --upgrade poetry pre-commit bumpversion twine
Expand Down

0 comments on commit 04f0da7

Please sign in to comment.