Skip to content

Commit 0a98e5c

Browse files
ci(github): fix source in commands.yml
1 parent 1a83f5d commit 0a98e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
run: |
3737
python -m venv .venv
38-
source .venv/bin/activate
38+
source $(find .venv -type f -name activate)
3939
4040
- name: zip
4141
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)