Skip to content

Commit

Permalink
Install new deps for the GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
avaucher committed Aug 2, 2023
1 parent 56d8a7d commit 3377b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.8
- name: Install package dependencies
run: pip install -e .[rdkit]
run: pip install -e .[rdkit,rxnmapper]
- name: Install sphinx dependencies
run: pip install -r docs/requirements.txt
- name: Make docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: 3.8
- name: Install Dependencies
run: pip install -e .[dev,rdkit]
run: pip install -e .[dev,rdkit,rxnmapper]
- name: Check black
run: python -m black --check --diff --color .
- name: Check isort
Expand Down

0 comments on commit 3377b70

Please sign in to comment.