Skip to content

Commit

Permalink
Test: Activate poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlota de la Vega committed Jun 1, 2024
1 parent 76b4336 commit 33fac2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry install --no-root
- name: Activate virtualenv
run: |
poetry shell
- name: Lint with pylint
run: |
Expand Down

0 comments on commit 33fac2d

Please sign in to comment.