Skip to content

Commit

Permalink
ci(docs,tests): pipx install poetry==1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 2, 2022
1 parent 03c77b1 commit 3a68636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Expand Up @@ -34,11 +34,7 @@ jobs:
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV

- name: Install poetry
run: |
curl -O -sSL https://install.python-poetry.org/install-poetry.py
python install-poetry.py -y --version 1.1.12
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
rm install-poetry.py
run: pipx install 'poetry==1.1.12'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Expand Up @@ -11,11 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: |
curl -O -sSL https://install.python-poetry.org/install-poetry.py
python install-poetry.py -y --version 1.1.12
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
rm install-poetry.py
run: pipx install 'poetry==1.1.12'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit 3a68636

Please sign in to comment.