We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24142ee commit fc4924aCopy full SHA for fc4924a
.github/workflows/data-cicd.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
uv venv
28
uv pip install -r data/requirements.txt -r requirements-dev.txt
29
+ pip install pytest
30
- run: pytest data
31
#type-check:
32
# runs-on: ubuntu-latest
0 commit comments