Skip to content

Commit

Permalink
💚 Fix Poetry Install
Browse files Browse the repository at this point in the history
  • Loading branch information
gilday committed Dec 21, 2023
1 parent c520661 commit 2bae1a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v5
- name: Install Poetry
run: pipx install poetry

- uses: actions/setup-python@v5
with:
python-version: 3.8
cache: poetry

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Run Install
run: |
poetry install
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v5
- run: pipx install poetry

- uses: actions/setup-python@v5
with:
python-version: 3.8
cache: poetry

- name: Install Poetry
uses: snok/install-poetry@v1

- name: Publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 2bae1a5

Please sign in to comment.