Skip to content

Commit

Permalink
Define python version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 22, 2024
1 parent 312d0d4 commit 5a03719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python_version: "3.10"
cache: 'pip' # caching pip dependencies
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
Expand Down

0 comments on commit 5a03719

Please sign in to comment.