Alysha Creelman
commited on
Updating Python version to 3.9
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -17,7 +17,7 @@ jobs:
|
|
| 17 |
- name: Set up Python
|
| 18 |
uses: actions/setup-python@v2
|
| 19 |
with:
|
| 20 |
-
python-version: '3.
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|
|
|
|
| 17 |
- name: Set up Python
|
| 18 |
uses: actions/setup-python@v2
|
| 19 |
with:
|
| 20 |
+
python-version: '3.9'
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|