Fixed is_nonstandard(); Corrected get_symbol() for non Species atom t… #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tox Tests | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Somerandomguy10111/actions/toxtests@main | |
with: | |
python-version: '3.11' |