Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod authored Sep 10, 2024
1 parent e2a7137 commit 391cb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry' # caching poetry dependencies
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y
Expand Down

0 comments on commit 391cb6e

Please sign in to comment.