Skip to content

Commit

Permalink
add optimade in test
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Feb 3, 2024
1 parent 83b2327 commit e15be79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
**/requirements*.txt
- name: Install package test dependencies
run: pip install -e .[dev]
run: pip install -e .[dev,optimade]

- name: Set jupyter token env
run: echo "JUPYTER_TOKEN=$(openssl rand -hex 32)" >> $GITHUB_ENV
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
**/requirements*.txt
- name: Install package
run: pip install -e .[dev,smiles]
run: pip install -e .[dev,smiles,optimade]

- name: Run pytest
run: pytest -v tests --cov
Expand Down

0 comments on commit e15be79

Please sign in to comment.