Skip to content

Commit

Permalink
Don't run reentry scan
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored and unkcpz committed May 13, 2022
1 parent e208768 commit 8bbf320
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
python -m pip install -U pip
pip install -U setuptools
pip install -e .[testing]
reentry scan
- name: Setup up environment for AiiDA
env:
Expand Down Expand Up @@ -165,7 +164,6 @@ jobs:
done < requirements.txt
pip install ${aiida_core}
reentry scan
pip install pymongo
Expand Down Expand Up @@ -241,7 +239,6 @@ jobs:
done < requirements.txt
pip install ${aiida_core}
reentry scan
- name: Setup up environment for AiiDA
env:
Expand Down Expand Up @@ -311,7 +308,6 @@ jobs:
done < requirements.txt
pip install ${aiida_core}
reentry scan
- name: Setup up environment for AiiDA
env:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ COPY aiida_optimade ./aiida_optimade
RUN pip install -U pip setuptools wheel \
&& pip install optimade==${OPTIMADE_TOOLS_VERSION} \
&& pip install aiida-core==${AIIDA_VERSION} \
&& reentry scan \
&& pip install -e .

COPY .docker/run.sh ./
Expand Down

0 comments on commit 8bbf320

Please sign in to comment.