Skip to content

Commit

Permalink
Merge remote-tracking branch 'materialsproject/master' into electrode…
Browse files Browse the repository at this point in the history
…_doc
  • Loading branch information
jmmshn committed Jan 13, 2021
2 parents 1eff36a + 987507f commit 1a385fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Set up Python 3.7
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Set up Python 3.7
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements.txt
@@ -1,4 +1,4 @@
pymatgen>=2020.12.18
pymatgen==2020.12.31
monty==4.0.2
pydantic==1.7.3
pybtex==0.23.0
Expand Down

0 comments on commit 1a385fc

Please sign in to comment.