Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Sep 21, 2024
1 parent 237a0a4 commit f43b038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup
run: |
git submodule update --init --recursive
# cd eigen && git apply ../patch_size.patch && cd ..
cd eigen && git apply ../patch_size.patch && cd ..
- name: Build
run: pipx run build --sdist
- name: Check
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup
run: |
git submodule update --init --recursive
# cd eigen && git apply ../patch_size.patch && cd ..
cd eigen && git apply ../patch_size.patch && cd ..
- name: CI Build Wheel
uses: pypa/[email protected]
- name: Upload
Expand Down

0 comments on commit f43b038

Please sign in to comment.