Skip to content

Commit

Permalink
Try another poetry method
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Nov 10, 2023
1 parent 6249ad5 commit 0d05190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-linting-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
#----------------------------------------------
# Install python and poetry with cache
#----------------------------------------------
- name: Install poetry
run: pipx install poetry
id: setup-poetry
- uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "poetry"
- name: Install poetry
id: install-poetry
uses: snok/install-poetry@v1
#----------------------------------------------
# Get changed files
#----------------------------------------------
Expand Down

0 comments on commit 0d05190

Please sign in to comment.