Skip to content

Commit

Permalink
add support for 'requires new pip wheels'
Browse files Browse the repository at this point in the history
and move Developer.md to htmlbook, since it's shared with manipulation
  • Loading branch information
RussTedrake committed Jan 3, 2025
1 parent 28c9c10 commit 1fb0d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 119 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
docker:
name: dockerfile
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'requires new pip wheels') }}
container: russtedrake/underactuated:latest
steps:
- name: checkout
Expand All @@ -154,6 +155,7 @@ jobs:
# need to separate out testing requirements from notebook requirements.
name: pip on jammy
runs-on: ubuntu-22.04
if: ${{ !contains(github.event.pull_request.labels.*.name, 'requires new pip wheels') }}
container: ubuntu:22.04
steps:
- name: pre-checkout setup
Expand Down
118 changes: 0 additions & 118 deletions Developers.md

This file was deleted.

0 comments on commit 1fb0d6f

Please sign in to comment.