Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Sep 27, 2023
1 parent 1f9758d commit 6cfb262
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ jobs:
toxenv: py311-test

- name: Python 3.11 (MacOS X)
os: macos-latest
python: 3.11
toxenv: py311-test
os: macos-latest
python: 3.11
toxenv: py311-test

- name: Python 3.10
os: ubuntu-latest
python: 3.10
toxenv: py310-test
os: ubuntu-latest
python: 3.10
toxenv: py310-test

- name: Python 3.9
os: ubuntu-latest
python: 3.9
toxenv: py39-test

- name: Python 3.8 with oldest supported version of key dependencies
os: ubuntu-20.04
python: 3.8
toxenv: py38-test-oldestdeps
os: ubuntu-20.04
python: 3.8
toxenv: py38-test-oldestdeps

steps:
- name: Checkout code
Expand Down

0 comments on commit 6cfb262

Please sign in to comment.