Skip to content

Commit

Permalink
add the setup-python action (accidentally commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 12, 2023
1 parent d7299d9 commit 04a996b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
lfs: true

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

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

0 comments on commit 04a996b

Please sign in to comment.