diff --git a/.github/workflows/build-linux-wheels.yml b/.github/workflows/build-linux-wheels.yml index 8a7f3fac..e71c4197 100644 --- a/.github/workflows/build-linux-wheels.yml +++ b/.github/workflows/build-linux-wheels.yml @@ -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