Skip to content

Commit

Permalink
ci: set python version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Sep 24, 2024
1 parent 2f06576 commit 23defe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: pip
cache-dependency-path: setup.py

Expand Down

0 comments on commit 23defe0

Please sign in to comment.