Skip to content

Commit

Permalink
Add atomicwrites
Browse files Browse the repository at this point in the history
  • Loading branch information
psj1997 committed Jun 13, 2020
1 parent cd7dd82 commit 0c02eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gmgc_finder_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
pip install numpy
pip install .
pip install pytest
pip install atomicwrites
- name: Test with pytest
run: |
python -m pytest ./test/test_alignment.py
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'safeout',
'tqdm',
'pyyaml',
'atomicwrites',
],
package_data={
'gmgc_finder': ['*.md']},
Expand Down

0 comments on commit 0c02eeb

Please sign in to comment.