Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judithspd authored May 13, 2024
1 parent d9a5291 commit 199ed3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
with:
python-version: "3.9"

- name: Install and configure poetry
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 199ed3f

Please sign in to comment.