Skip to content

Commit

Permalink
Do not update paths that build python bits just yet: it seems we have…
Browse files Browse the repository at this point in the history
… some pybind dependencies
  • Loading branch information
andreilitvin committed Jul 17, 2024
1 parent 17116da commit e1379d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:65
image: ghcr.io/project-chip/chip-build:54
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build:65
image: ghcr.io/project-chip/chip-build:54
volumes:
- "/:/runner-root-volume"
- "/tmp/log_output:/tmp/test_logs"
Expand Down

0 comments on commit e1379d6

Please sign in to comment.