Skip to content

Commit

Permalink
go back to the combined action
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 12, 2023
1 parent 04a996b commit 8b25f63
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
with:
lfs: true

- name: "Setup Python and Dependencies"
uses: actions/setup-python@v4
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{matrix.python-version}}
check-latest: true
cache: 'poetry' # caching poetry dependencies
poetry-version: 1.2.2

#------------------------#
# Run pytest
Expand Down

0 comments on commit 8b25f63

Please sign in to comment.