Skip to content

Commit

Permalink
Merge pull request #2 from gaborbernat/main
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Feb 16, 2024
2 parents e81b517 + f17752a commit b6a73f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
test:
name: test ${{ matrix.py }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -25,6 +25,10 @@ jobs:
- "3.10"
- "3.9"
- "3.8"
os:
- ubuntu-latest
# - windows-latest # not yet supported
- macos-latest
steps:
- name: setup python for tox
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = [
]
dependencies = [
"tox<5,>=4.12.1",
"uv<1,>=0.1.1",
"uv<1,>=0.1.2",
]
optional-dependencies.test = [
"covdefaults>=2.3",
Expand Down

0 comments on commit b6a73f7

Please sign in to comment.