Skip to content

Commit 4202451

Browse files
committed
Made Changes to the Python Version from 3.7 to 3.9 (No broken requirements when switching versions)
1 parent 8d786dd commit 4202451

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build-gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Set up Python 3.7
16+
- name: Set up Python 3.9
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.7
19+
python-version: 3.9
2020

2121
- name: Install dependencies
2222
run: |

.github/workflows/preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Set up Python 3.7
21+
- name: Set up Python 3.9
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: 3.7
24+
python-version: 3.9
2525

2626
- name: Install dependencies
2727
run: |

oryx-build-commands.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PlatformWithVersion=Python
2+
BuildCommands=conda env create --file environment.yml --prefix ./venv --quiet

0 commit comments

Comments
 (0)