Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Update CI: Specifying python version for pre-commit and fix syntax

Co-authored-by: Tommy Gatti <[email protected]>
  • Loading branch information
jo-basevi and CodeGat authored May 21, 2024
1 parent cc4e3b8 commit a106421
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1

pypi-build:
Expand All @@ -24,7 +27,7 @@ jobs:
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: '3.11'
cache: 'pip'

- name: Install build dependencies
Expand Down

0 comments on commit a106421

Please sign in to comment.