Skip to content

Commit

Permalink
CI status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
awerdich committed Sep 3, 2024
2 parents 5af5d8a + c8f2968 commit fe55ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ tox = "*"
pytest = "*"
pytest-cov = "*"
tqdm = "*"
cadence = {file = ".", editable = true}
exceptiongroup = "*"
tomli = "*"
cadence = {file = ".", editable = true}

[dev-packages]
jupyterlab = "*"
Expand Down

0 comments on commit fe55ca2

Please sign in to comment.