fix(dataset): update filter_zero_actions for lerobot API changes #352
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # name: pixi CI | |
| # | |
| # on: | |
| # push: | |
| # branches: [ "main" ] | |
| # pull_request: | |
| # branches: [ "main" ] | |
| # | |
| # jobs: | |
| # build: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - name: Checkout code | |
| # uses: actions/checkout@v3 | |
| # | |
| # - name: List files | |
| # run: ls -la | |
| # | |
| # - uses: prefix-dev/setup-pixi@v0.8.8 | |
| # with: | |
| # pixi-version: v0.46.0 | |
| # cache: true |