Skip to content

Commit

Permalink
Rename DISABLE_POTCAR_CHECKS to PMG_DISABLE_POTCAR_CHECKS inline with
Browse files Browse the repository at this point in the history
convention. Adds documentation in usage.rst on supported global
variables.
  • Loading branch information
Shyue Ping Ong committed Jul 12, 2023
1 parent 2e00b4d commit 1128c3e
Show file tree
Hide file tree
Showing 563 changed files with 103,498 additions and 148,351 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
contents: read

jobs:
pytest:
test:
# prevent this action from running on forks
if: github.repository == 'materialsproject/pymatgen'
strategy:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
path: .coverage

coverage:
needs: pytest
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -120,8 +120,7 @@ jobs:
uses: AndreMiras/coveralls-python-action@v20201129

build_sdist:
needs: pytest
name: Build source distribution
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -137,7 +136,7 @@ jobs:
path: dist/*.tar.gz

build_wheels:
needs: pytest
needs: test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion docs/change_log.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12,574 changes: 6,287 additions & 6,287 deletions docs/genindex.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/installation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1128c3e

Please sign in to comment.