Skip to content

Commit ab00b9b

Browse files
authored
Update update-quick-start-module.yml
1 parent 5216d06 commit ab00b9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-quick-start-module.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ jobs:
6666
runs-on: "ubuntu-20.04"
6767
environment: pytorchbot-env
6868
steps:
69+
- name: Checkout pytorch.github.io
70+
uses: actions/checkout@v2
6971
- name: Setup Python
7072
uses: actions/setup-python@v2
7173
with:
72-
python-version: 3.8
74+
python-version: 3.9
7375
architecture: x64
7476
- name: Create json file
7577
shell: bash

0 commit comments

Comments
 (0)