diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c2dd551..11a7db7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, mac-os-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: - "3.9" - "3.10" diff --git a/Pipfile b/Pipfile index 165ce94..743903a 100644 --- a/Pipfile +++ b/Pipfile @@ -16,9 +16,9 @@ tox = "*" pytest = "*" pytest-cov = "*" tqdm = "*" -cadence = {file = ".", editable = true} exceptiongroup = "*" tomli = "*" +cadence = {file = ".", editable = true} [dev-packages] jupyterlab = "*"