Skip to content

Commit

Permalink
fix: install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 3, 2024
1 parent 4b7d6df commit bd2ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/execute_integration_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "Install test-requirements"
make test-requirements
make install-dev-dependencies

echo "Run tests"
pytest -rPf ./eox_tenant/test/integration

0 comments on commit bd2ad65

Please sign in to comment.