Skip to content

Commit

Permalink
Discard reentry from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Aug 17, 2023
1 parent b6c3de6 commit b329169
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
run: |
pip install --upgrade pip
pip install -e .[testing]
reentry scan -r aiida
- name: Run test suite
env:
Expand All @@ -65,7 +64,6 @@ jobs:
run: |
pip install --upgrade pip
pip install -e .[docs]
reentry scan -r aiida
- name: Build docs
run: cd docs && make

Expand All @@ -82,7 +80,6 @@ jobs:
run: |
pip install --upgrade pip
pip install -e .[pre-commit,docs,testing]
reentry scan -r aiida
- name: Run pre-commit
run: |
pre-commit install
Expand Down

0 comments on commit b329169

Please sign in to comment.