Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
01bb50ce
Commit
01bb50ce
authored
Sep 24, 2019
by
Gao, Xiang
Committed by
Farhad Ramezanghorbani
Sep 24, 2019
Browse files
fix unittest.yaml (#323)
parent
f9b074ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/unittest.yml
.github/workflows/unittest.yml
+2
-2
No files found.
.github/workflows/unittest.yml
View file @
01bb50ce
...
...
@@ -8,8 +8,8 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
3.7
]
test-filenames
:
[
test_aev.py
,
test_data_new.py
,
test_ignite.py
,
test_utils.py
,
test_ase.py
,
test_energies.py
,
test_neurochem.py
,
test_vibrational.py
,
test_ensemble.py
,
test_padding.py
,
test_data.py
,
test_forces.py
,
test_structure_optim.py
]
python-version
:
[
3.6
,
3.7
]
test-filenames
:
[
test_aev.py
,
test_aev_benzene_md.py
,
test_aev_nist.py
,
test_aev_tripeptide_md.py
,
test_data_new.py
,
test_ignite.py
,
test_utils.py
,
test_ase.py
,
test_energies.py
,
test_neurochem.py
,
test_vibrational.py
,
test_ensemble.py
,
test_padding.py
,
test_data.py
,
test_forces.py
,
test_structure_optim.py
]
steps
:
-
uses
:
actions/checkout@v1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment