Skip to content

Commit

Permalink
Merge branch 'master' into group_githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl authored Jan 30, 2025
2 parents 839f315 + 736e361 commit e2fd5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3
python-version: 3.12 #current python-driver only support up to 3.12

- name: Install black
run: python -m pip install black==24.10.0
Expand Down

0 comments on commit e2fd5b2

Please sign in to comment.