Skip to content

Commit 1d3dffa

Browse files
committed
Fix source command in CI stage
1 parent 21b0330 commit 1d3dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: "Lint"
5252
run: |
53-
source /home/runner/.venv/bin/activate
53+
source ${{ github.workspace }}/.venv/bin/activate
5454
make lint
5555
5656
- name: "Run tests"

0 commit comments

Comments
 (0)