Skip to content

Commit

Permalink
Merge pull request #1269 from procrastinate-org/ci-static-typing-pyth…
Browse files Browse the repository at this point in the history
…on-version

Don't use dropped python version for static type checking
  • Loading branch information
medihack authored Jan 5, 2025
2 parents 1d5277a + c3c895a commit 1271312
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: "3.8"
python-version: "${{ matrix.python-version[0] }}"
cache: "poetry"

- name: Install dependencies
Expand Down

0 comments on commit 1271312

Please sign in to comment.