Update Linux wheel build with git submodule changes

This commit is contained in:
Scott Talbert
2025-04-10 09:27:00 -04:00
parent 3b5f798893
commit 3bc3fb4c0e

View File

@@ -23,6 +23,9 @@ jobs:
submodules: 'recursive'
fetch-depth: 0
- name: Checkout specific submodule refs
run: buildtools/checkout_submodule_refs.sh
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
@@ -31,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y gettext
sudo apt-get install -y gettext dos2unix
python -m pip install --upgrade -r requirements.txt
- name: Generate wrapper code