File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
actions/install_requirements Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 66 default : " dev"
77 uv-sync :
88 description : Parameters to pass to uv sync
9- default : " --locked --no-dev "
9+ default : " --locked"
1010
1111runs :
1212 using : composite
3434 - name : Report what was installed
3535 run : uv pip freeze
3636 shell : bash
37-
38- - name : Add venv path to Github environment
39- run : echo "VENV_PATH=.venv" >> $GITHUB_ENV
40- shell : bash
41-
42- - name : Add venv path to Github Path
43- run : echo "${{ env.VENV_PATH }}/bin:$PATH" >> $GITHUB_PATH
44- shell : bash
Original file line number Diff line number Diff line change 4848 uses : ./.github/actions/install_requirements
4949 with :
5050 python-version : ${{ inputs.python-version }}
51- uv-sync : " --locked "
51+ uv-sync : " "
5252
5353 - name : Run tests
5454 run : tox -e tests
You can’t perform that action at this time.
0 commit comments