Skip to content

Commit

Permalink
Switch to using uv sync for dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 4, 2024
1 parent 0c3d934 commit a4abc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# if: steps.cache-pipenv.outputs.cache-hit != 'true'
run: |
uv venv
uv pip install -r requirements/requirements.linux.generated.txt
uv sync
- name: Eco CI Energy Estimation - Get Measurement
uses: green-coding-solutions/[email protected]
with:
Expand Down

0 comments on commit a4abc6f

Please sign in to comment.