Skip to content

Commit

Permalink
use python 3.9 in github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Sep 19, 2024
1 parent ba911fd commit 677fbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.9'
cache: 'pip'
- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 677fbda

Please sign in to comment.