Skip to content

Commit

Permalink
Revert some of #195 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson authored Dec 6, 2023
1 parent 09da561 commit b689b06
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Black 23
94875c5bb13a5734b720f99b181e0d6b8639ba39
9c9f44942e6d6164e4a014491134937b36299d1e
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.9
- "3.9"
cfg:
- os: ubuntu-latest
conda-env: basic
Expand Down Expand Up @@ -59,8 +59,7 @@ jobs:
SECRET_OE_LICENSE: ${{ secrets.OE_LICENSE }}

- name: Install Package
run: |
python setup.py develop --no-deps
run: python -m pip install .

- name: Conda Environment Information
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
python-version: '3.8'
- name: Install the package
run: |
python setup.py develop --no-deps
run: python -m pip install .

- name: Install isort / black
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,7 @@ ENV/
.mypy_cache/

# PyCharm
.idea
.idea

# macOS
.DS_Store
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
"http://docs.qcarchive.molssi.org/projects/qcelemental/en/latest/",
None,
),
"openff.docs": (
"https://docs.openforcefield.org/en/latest/",
None,
),
}

# Set up mathjax.
Expand Down
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The recommended way to install QCSubmit is via the `conda` package manger:
conda install -c conda-forge openff-qcsubmit
```

If you do not have Conda installed, see the [OpenFF installation guide](openff.docs:install)

### Optional dependencies

If you have access to the OpenEye toolkits (namely `oechem`, `oequacpac`, `oeomega` and `oedepict`), we recommend installing these also as these can speed up various operations performed by this framework significantly:
Expand Down

0 comments on commit b689b06

Please sign in to comment.