Skip to content

Commit

Permalink
Hopefully fix workflows (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotej979 committed Apr 11, 2024
1 parent 59b1fc0 commit a31dcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Run E2E Test
run: |
cd ./Project/tests
chmod +x ./Project/tests/e2e.sh
./Project/tests/e2e.sh
chmod +x e2e.sh
./e2e.sh
- name: Stop the services
run: |
Expand 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"
testcontainers = "^3.0.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit a31dcd2

Please sign in to comment.