Skip to content

Commit

Permalink
use 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MRossol committed Jun 18, 2020
1 parent e30b257 commit d382af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: goanpeca/[email protected]
with:
auto-update-conda: true
python-version: '3.x'
python-version: '3.8'
- name: Build and upload conda package
shell: bash -l {0}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: select python version
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
- name: install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d382af7

Please sign in to comment.