Skip to content

Commit

Permalink
Update wheels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 14, 2024
1 parent 2676e6b commit ed776ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,27 @@ jobs:
name: drake_extension_jammy_py310.whl
path: wheels/*.whl

- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: install_dependencies
path: ./scripts/setup_ubuntu

test_wheels:
needs: build_wheels
runs-on: ubuntu-22.04
steps:
- uses: actions/download-artifact@v4
with:
name: drake_extension_jammy_py310.whl
- uses: actions/download-artifact@v4
with:
name: install_dependencies

- name: Display structure of downloaded files
run: ls -R
- name: Install and test
run: |
sudo bash ./scripts/setup_ubuntu
sudo bash setup_ubuntu
pip3 install ./drake_extension-0.0.1-cp310-cp310-linux_x86_64.whl
python3 -c 'import drake_extension'

0 comments on commit ed776ca

Please sign in to comment.