Skip to content

Commit

Permalink
Fix main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoehler committed Feb 15, 2024
1 parent dc32a7a commit 76bd92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
run: |
pytest -v --color=yes tests/
- task:
name: Build
os: [windows-latest, ubuntu-latest, macos-latest]
run: python -m build
run: hatch build

- python: "3.12"
task:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black",
"hatch",
"mypy",
"packaging",
"pandas-stubs",
Expand Down

0 comments on commit 76bd92d

Please sign in to comment.