Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
🧪️ TEST: change way poetry is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed May 9, 2023
1 parent 040409b commit ccadf4d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ jobs:
- name: Update pip
run: python -m pip install --upgrade pip

- name: Setup Poetry
uses: abatilo/actions-poetry@v2.1.4
with:
poetry-version: 1.1.6
- name: Install Poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
export PATH=$HOME/.poetry/bin:$PATH
# - name: Setup Poetry
# uses: abatilo/actions-poetry@v2.1.4
# with:
# poetry-version: 1.1.6

- name: Install dependencies
run: |
Expand Down

0 comments on commit ccadf4d

Please sign in to comment.