Skip to content

Commit

Permalink
fix github actions and poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Feb 2, 2024
1 parent 62b7207 commit 5757334
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ jobs:
- name: Upgrade PIP
run: python3 -m pip install --upgrade pip setuptools wheel

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install poetry
uses: abatilo/actions-poetry@v2

- name: Display Python version
run: python3 --version
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
- name: Upgrade PIP
run: python3 -m pip install --upgrade pip setuptools wheel

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install poetry
uses: abatilo/actions-poetry@v2

- name: Display Python version
run: python3 --version
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
- name: Upgrade PIP
run: python3 -m pip install --upgrade pip setuptools wheel

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install poetry
uses: abatilo/actions-poetry@v2

- name: Display Python version
run: python3 --version
Expand Down

0 comments on commit 5757334

Please sign in to comment.