crystal: Fixed get_symbol and get_scatternig params for nonstandard s… #36
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' |