ci: add pipeline #1

Merged
Hazel merged 7 commits from ci/add-pipeline into main 2024-04-26 09:48:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b57991c3ce - Show all commits

View File

@ -5,7 +5,7 @@ steps:
build:
image: python
commands:
- python -m pip install hatch
- python -m pip install hatch requests
- python -m unittest
- hatch build
when: