Skip to content

Commit

Permalink
Update workflow poetry related steps
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 4, 2024
1 parent a08783f commit f6c7039
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -57,6 +60,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -67,7 +73,6 @@ jobs:
- name: Install dependencies
run: |
cd backend
python -m pip install --upgrade poetry
poetry install --no-root --with test
- name: Run tests
Expand Down

0 comments on commit f6c7039

Please sign in to comment.