File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626 - uses : actions/setup-python@v2
2727 with :
28- python-version : " 3.10"
28+ python-version : ' 3.10'
2929
3030 - name : Install dependencies
3131 run : |
5757
5858 - uses : actions/setup-python@v2
5959 with :
60- python-version : " 3.10"
60+ python-version : ' 3.10'
6161
6262 - name : Build
6363 run : |
Original file line number Diff line number Diff line change 1616
1717 - uses : actions/setup-python@v2
1818 with :
19- python-version : " 3.10"
19+ python-version : ' 3.10'
2020
2121 - name : Install dependencies
2222 run : |
6464 run : pytest --cov=atomate2 --cov-report=xml
6565
6666 - uses : codecov/codecov-action@v1
67- if : matrix.python-version == " 3.10" && github.repository == 'materialsproject/atomate2'
67+ if : matrix.python-version == ' 3.10' && github.repository == 'materialsproject/atomate2'
6868 with :
6969 token : ${{ secrets.CODECOV_TOKEN }}
7070 file : ./coverage.xml
8080
8181 - uses : actions/setup-python@v2
8282 with :
83- python-version : " 3.10"
83+ python-version : ' 3.10'
8484
8585 - name : Install dependencies
8686 run : |
You can’t perform that action at this time.
0 commit comments