Skip to content

Commit

Permalink
Update pypi_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Aug 29, 2024
1 parent 0b4ea11 commit e20210f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Set up Python ${{ env.python-version-chosen }}
uses: actions/setup-python@v2
with:
submodules: 'true'
python-version: ${{ env.python-version-chosen }}
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
Expand All @@ -42,6 +41,8 @@ jobs:
run: |
export QT_QPA_PLATFORM='offscreen'
sudo apt install libeigen3-dev
git submodule init
git submodule update
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit e20210f

Please sign in to comment.