Skip to content

Commit 102fdc4

Browse files
authored
Activate environment in Lint-and-test workflow
1 parent 33d923c commit 102fdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: astral-sh/setup-uv@v6
1818
with:
1919
python-version: ${{ matrix.version }}
20+
activate-environment: "true"
2021
- name: install requirements
2122
run: uv sync --extra dev
2223
- name: run unit tests

0 commit comments

Comments
 (0)