Skip to content

Commit

Permalink
checkout git submodules for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Jun 16, 2022
1 parent edd2bb8 commit 4847573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
python-version: 3.7
- name: Install dependencies
run: |
git submodule sync --recursive
git submodule update --init --recursive --jobs=4
python -m pip install --upgrade pip
pip install nomad-lab==1.1.0 --extra-index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 4847573

Please sign in to comment.