Skip to content

Commit

Permalink
ci: bump Python versions for cora install
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed May 26, 2021
1 parent c290ec9 commit f84bffe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install black
run: pip install black
Expand All @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.8]
python-version: [3.7, 3.9]

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
run: |
sudo apt-get install -y libopenmpi-dev openmpi-bin
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install pip dependencies
run: |
Expand Down

0 comments on commit f84bffe

Please sign in to comment.