Skip to content

Commit

Permalink
removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sintef committed Mar 7, 2025
1 parent 2e0fedc commit 86d8ef6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 86d8ef6

Please sign in to comment.