Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ jobs:
run: |
python -c "
import amorphouspy
from amorphouspy import analysis
from amorphouspy import structure
from amorphouspy import workflows
from amorphouspy import potentials
from amorphouspy import io_utils
from amorphouspy import neighbors
from amorphouspy.properties import structural
from amorphouspy import fabrication
from amorphouspy.fabrication import meltquench
from amorphouspy.lammps import potentials
from amorphouspy.lammps import io as lammps_io
from amorphouspy import io as io_utils
from amorphouspy.atoms import neighbors
print('amorphouspy imports OK')
"

Expand Down
Loading
Loading