Skip to content

Commit

Permalink
Add newline at the end of tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
carriepl-mila committed Aug 8, 2023
1 parent cfb1128 commit 13a6a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: isort --profile black ./tests/ --check-only

- name: Run unit tests
run: pytest
run: pytest
2 changes: 1 addition & 1 deletion setup/continuous_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
python -m pip install black isort pytest pytest-repeat

0 comments on commit 13a6a0e

Please sign in to comment.