Skip to content

Commit

Permalink
Update pypi_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kccwing authored Aug 28, 2024
1 parent 09a9879 commit 3ea2da1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
sudo apt install libeigen3-dev
git submodule init
git submodule update
export PIP_CACHE_DIR=dist/
# git fetch --tags -f
# mkdir build && cd build
# cmake .. && make install -j 4 && cd ..
Expand All @@ -53,7 +52,7 @@ jobs:
--user
- name: Build a binary wheel and a source tarball
# run: python3 setup.py sdist
run: python3 -m pip install --user -e .
run: python3 -m pip install --user --cache-dir dist/ -e .
# run: python setup.py bdist_wheel --universal
- name: Store the distribution packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3ea2da1

Please sign in to comment.