add submodule check before docker build step

This commit is contained in:
Her Email 2023-11-20 14:15:10 -05:00 committed by Henri Dickson
parent 9b62883e64
commit eeee6e9b3e

View file

@ -28,6 +28,8 @@ jobs:
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with: