Skip to content

Commit

Permalink
Use poetry run to view the installed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Feb 1, 2024
1 parent 1797eaa commit 5a76005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry-install-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- name: Install dependencies
run: |
poetry install
poetry install --no-root
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Display installed packages
run: pip list
run: poetry run pip list

0 comments on commit 5a76005

Please sign in to comment.