Skip to content

Commit

Permalink
Update Python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 8, 2025
1 parent bf72bec commit 0bff104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.8'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install jupyterlab
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.8'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install jupyterlab
Expand Down

0 comments on commit 0bff104

Please sign in to comment.