Skip to content

Commit c5d9d5b

Browse files
committed
fix: CI + requirements update
1 parent 60b59e4 commit c5d9d5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
pip install pytest httpx
2626
2727
- name: Run tests
28-
working-directory: docker_image/src
29-
run: pytest ../../tests/ -v
28+
run: PYTHONPATH=docker_image/src pytest tests/ -v
3029

3130
docker-build:
3231
runs-on: ubuntu-latest

docker_image/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
numpy<2.3
12
boto3==1.35.74
23
python-dotenv==1.0.1
34
fastapi==0.111.1

0 commit comments

Comments
 (0)