Skip to content

Commit fc4924a

Browse files
tested if manually installed pytest in CI fixes pytest not being found
1 parent 24142ee commit fc4924a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/data-cicd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
uv venv
2828
uv pip install -r data/requirements.txt -r requirements-dev.txt
29+
pip install pytest
2930
- run: pytest data
3031
#type-check:
3132
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)