We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1502be5 commit 46a2883Copy full SHA for 46a2883
.github/workflows/cd.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup up Python
14
uses: actions/setup-python@v2
15
with:
16
- python-version: 3.10
+ python-version: 3.10.8
17
18
- name: Set up virtual environment
19
run: |
0 commit comments