Skip to content

Commit

Permalink
Comenting out the mypy test in the CI/CD GitHub Action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwebb committed Aug 28, 2024
1 parent f1faacf commit 59c4a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd nexical_core_interface
docker compose build

# run the project's type checks
docker compose run api mypy app
#docker compose run api mypy app

# run the project's tests
docker compose run ui pytest -o 'python_files=test_ui_*.py'
Expand Down

0 comments on commit 59c4a05

Please sign in to comment.