Skip to content

Commit db86bcd

Browse files
Fix CI sync
1 parent 8d84f4e commit db86bcd

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/actions/install_requirements/action.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
default: "dev"
77
uv-sync:
88
description: Parameters to pass to uv sync
9-
default: "--locked --no-dev"
9+
default: "--locked"
1010

1111
runs:
1212
using: composite
@@ -34,11 +34,3 @@ runs:
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

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

0 commit comments

Comments
 (0)