parent
c24c7dfb03
commit
189812b2a4
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*.egg-info
|
||||
**/__pycache__
|
||||
|
|
|
@ -11,7 +11,7 @@ steps:
|
|||
test:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
commands:
|
||||
- pytest -s test/basic.py
|
||||
- python -m pytest -s test/basic.py
|
||||
build:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
commands:
|
||||
|
|
2
tests/basic.py
Normal file
2
tests/basic.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def test_foo():
|
||||
assert True
|
Loading…
Add table
Add a link
Reference in a new issue