Skip to content

Commit f612f46

Browse files
committed
fix error after merge
1 parent e3aeb55 commit f612f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- name: Checkout
7979
uses: actions/checkout@v2
8080

81+
8182
- name: Setup Python ${{ matrix.python-version }}
8283
uses: actions/setup-python@v2
8384
with:
@@ -86,6 +87,7 @@ jobs:
8687
- name: Source install
8788
if: matrix.kind == 'source'
8889
run: |
90+
git submodule update --init --recursive
8991
python -m pip install --upgrade pip
9092
pip install -e .[test]
9193

0 commit comments

Comments
 (0)