Skip to content

Commit

Permalink
ci: use python-3.11 for example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Jun 3, 2024
1 parent 53aaf38 commit d406cb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit d406cb6

Please sign in to comment.