Skip to content

Commit

Permalink
use drake nightly for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Sep 4, 2023
1 parent 86c1d0e commit b0fdc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# Upgrade drake to the nightlies to avoid deprecation errors.
# TODO(russt): point to the nightly in setup.cfg, pending
# https://github.com/RobotLocomotion/drake/issues/18792
# pip3 install --upgrade https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20230529-cp310-cp310-manylinux_2_31_x86_64.whl
pip3 install --upgrade https://drake-packages.csail.mit.edu/drake/nightly/drake-0.0.20230903-cp310-cp310-manylinux_2_31_x86_64.whl
shell: bash
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b0fdc68

Please sign in to comment.