Skip to content

Commit

Permalink
try without container
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 3, 2024
1 parent 10abfa4 commit 9a6c4ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
# Ensure the test job runs after the build job finishes instead of attempting to run in parallel
- build-ws
runs-on: ubuntu-24.04
container:
# Run on the Docker image we tagged and pushed to a private repo in the job above
image: ghcr.io/picknikrobotics/fuse:${{ github.run_id }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -94,7 +91,7 @@ jobs:
- name: enable clang tidy in pre-commit
run: export PRE_COMMIT_CLANG_TIDY=1
- name: change pip cache owner
run: chown -R $(whoami) /github && chown -R $(whoami) /home/runner/work/
run: chown -R $(whoami) /github
- uses: pre-commit/[email protected]
id: precommit
- name: Upload pre-commit changes
Expand Down

0 comments on commit 9a6c4ce

Please sign in to comment.