Skip to content

Commit

Permalink
Fix install to be run within container for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thecharlieblake committed Nov 6, 2024
1 parent 44b1513 commit c55f2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: docker build -t unit-scaling-dev:latest .

- name: Local unit_scaling install
run: pip install --user -e .
run: docker run --rm -v $(pwd):/home/developer/unit-scaling unit-scaling-dev:latest pip install --user -e .

- name: Run CI
run: docker run --rm -v $(pwd):/home/developer/unit-scaling unit-scaling-dev:latest ./dev ci
Expand Down

0 comments on commit c55f2dc

Please sign in to comment.