Skip to content

Commit 6adcc34

Browse files
Fix path to activate dayamlchecker venv
1 parent f88a56e commit 6adcc34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

da_build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
- name: Install dependencies
3333
run: |
3434
uv tool install "dayamlchecker>=1.2.0"
35-
source $(uv tool dir)/bin/activate # necessary because dayamlchecker.check_questions_urls isn't a binary.
35+
source $(uv tool dir)/dayamlchecker/bin/activate # necessary because dayamlchecker.check_questions_urls isn't a binary.
3636
shell: bash
3737

3838
- name: Check syntax for all files

0 commit comments

Comments
 (0)