Skip to content

Commit f6a8f9a

Browse files
committed
Fix venv reference
1 parent 557e405 commit f6a8f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
#----------------------------------------------
103103
- name: Run tests
104104
run: |
105-
source .venv/bin/activate
105+
source $VENV
106106
coverage run -m unittest discover -s tests
107107
# #----------------------------------------------
108108
# # upload coverage stats

0 commit comments

Comments
 (0)