Skip to content

Commit

Permalink
Merge pull request #1271 from procrastinate-org/fix-python-version-st…
Browse files Browse the repository at this point in the history
…atic-type-checking
  • Loading branch information
ewjoachim authored Jan 5, 2025
2 parents 1271312 + 938c8d2 commit 12c3222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version[0] }}"
python-version: "3.9"
cache: "poetry"

- name: Install dependencies
Expand Down

0 comments on commit 12c3222

Please sign in to comment.