We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d3b3a commit 5fc2ed7Copy full SHA for 5fc2ed7
1 file changed
.github/workflows/pr-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v4
19
with:
20
- python-version: "3.12" # Change this to match your setup
+ python-version: "3.8" # Change this to match your setup
21
22
- name: Install Dependencies
23
run: |
0 commit comments