Skip to content

Commit

Permalink
feat: format ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Apr 2, 2023
1 parent 1fe1180 commit 8239217
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ concurrency:
cancel-in-progress: true

env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1

jobs:
test:
name: test / py${{ matrix.python-version }} / notebook ${{ matrix.jupyter-version }}
name: test / py ${{ matrix.python-version }} / notebook ${{ matrix.jupyter-version }}

strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", 3.11]
jupyter-version: ["5.*", "6.3", "6.4", "6.*"]

runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
# ------------------------------------------------------------------------
# Python

- name: Python - Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 8239217

Please sign in to comment.