Skip to content

Commit

Permalink
Install latest python version to fix CI (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Jan 10, 2025
1 parent ad7827c commit 27002d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist"

- name: "Install latest Python version"
uses: actions/setup-python@v5
with:
python-version: '3.13'

- id: setup-mongodb
uses: mongodb-labs/drivers-evergreen-tools@master
with:
Expand Down

0 comments on commit 27002d1

Please sign in to comment.