Skip to content

Commit

Permalink
Merge pull request #789 from jtpio/python-39-ci
Browse files Browse the repository at this point in the history
Test on Python 3.9
  • Loading branch information
jtpio authored Jan 7, 2021
2 parents 8d9ac27 + f34dbe8 commit ad7388d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python_version: [3.6, 3.7, 3.8]
python_version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Create the conda environment
shell: bash -l {0}
run: mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov nodejs flake8 ipywidgets matplotlib xeus-cling traitlets=4.3.3
run: mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov nodejs flake8 ipywidgets matplotlib xeus-cling

- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit ad7388d

Please sign in to comment.