Skip to content

Commit

Permalink
Add missing py deps, try to fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotej979 committed Apr 11, 2024
1 parent 2ec41f7 commit 4db2c05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build and start the services
- name: Run E2E test for all services
run: |
cd ./Project
docker compose build
docker compose up -d
- name: Run E2E Test
run: |
cd ./Project/tests
chmod +x e2e.sh
./e2e.sh
- name: Stop the services
run: |
cd ./Project
docker compose down
1 change: 1 addition & 0 deletions Project/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ numpy = "^1.17.3"
scikit-learn = "^1.2.0"

pytest = "^6.2.5"
pytest-asyncio = "^0.16.0"
testcontainers = "^3.0.0"

[tool.poetry.dev-dependencies]
Expand Down
File renamed without changes.

0 comments on commit 4db2c05

Please sign in to comment.