diff --git a/.github/workflows/push_code_check.yml b/.github/workflows/push_code_check.yml index 35734e982..5cc34c107 100644 --- a/.github/workflows/push_code_check.yml +++ b/.github/workflows/push_code_check.yml @@ -43,4 +43,4 @@ jobs: run: isort --profile black ./tests/ --check-only - name: Run unit tests - run: pytest \ No newline at end of file + run: pytest diff --git a/setup/continuous_integration.sh b/setup/continuous_integration.sh index 7d7b65dcf..7933c56c0 100644 --- a/setup/continuous_integration.sh +++ b/setup/continuous_integration.sh @@ -9,4 +9,4 @@ python -m pip install numpy pandas hydra-core tqdm torchtyping scikit-learn # Conditional requirements to run python -m pip install wandb matplotlib plotly pymatgen pyxtal torchani rdkit # Test and code formatting packages -python -m pip install black isort pytest pytest-repeat \ No newline at end of file +python -m pip install black isort pytest pytest-repeat