We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9741da6 commit 862790eCopy full SHA for 862790e
1 file changed
.github/workflows/deploy.yaml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@master
14
- - name: Set up Python 3.10
+ - name: Set up Python 3.10.12
15
uses: actions/setup-python@v1
16
with:
17
- python-version: 3.10
+ python-version: 3.10.12
18
- name: Install dependencies
19
run: |
20
python3 -m pip install --upgrade pip setuptools
0 commit comments