From 86d8ef6a432a3c4012d0473d04a449b7b5314812 Mon Sep 17 00:00:00 2001 From: Daniel Marchand Date: Fri, 7 Mar 2025 13:20:19 +0100 Subject: [PATCH] removed trailing whitespace --- .github/workflows/test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 482ca0d68e9..ba774660509 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,5 @@ # Run the complete test suite incl. many external command line dependencies (like Openbabel) + # as well as the pymatgen.ext package. Coverage used to be computed based on this workflow. name: Tests @@ -82,21 +83,21 @@ jobs: # Download and extract ZEO++ wget -q http://www.zeoplusplus.org/zeo++-0.3.tar.gz tar -xzf zeo++-0.3.tar.gz - + # Compile Voro++ library first cd zeo++-0.3/voro++/src make # Add Voro++ to PATH echo "$(pwd)" >> $GITHUB_PATH - + # Compile ZEO++ cd ../../ make - + # Add ZEO++ to PATH echo "$(pwd)" >> $GITHUB_PATH - + - name: Install pymatgen and dependencies via uv run: | @@ -137,7 +138,7 @@ jobs: which network || echo "ZEO++ not found in PATH" python -c "try: import zeo; print('ZEO++ Python module found'); except ImportError: print('ZEO++ Python module not found')" fi - + pytest --splits 10 --group ${{ matrix.split }} --durations-path tests/files/.pytest-split-durations tests trigger_atomate2_ci: