mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-06 19:00:43 +00:00
Set Python version to 3.8
This commit is contained in:
parent
a6c41d568a
commit
cfff090fba
4
.github/workflows/verify_clean_folder.yml
vendored
4
.github/workflows/verify_clean_folder.yml
vendored
@ -8,10 +8,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user