We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d91d4 commit 783f3e7Copy full SHA for 783f3e7
1 file changed
.github/workflows/ccadb.yml
@@ -68,7 +68,9 @@ jobs:
68
- name: Set up Python
69
uses: actions/setup-python@v6
70
with:
71
- python-version: '3.11'
+ python-version: |
72
+ 3.9
73
+ 3.11
74
cache: 'pip'
75
76
- name: Install Python dependencies
0 commit comments