Skip to content

Commit

Permalink
downgrade python version for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Nov 9, 2023
1 parent 1c20c0a commit eee5a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
cache: "pip"
cache-dependency-path: "**/**.txt"
- uses: pre-commit/action@v2.0.3

0 comments on commit eee5a7a

Please sign in to comment.