Skip to content

Commit 0691cde

Browse files
authored
Explain syntactical decision
1 parent eaebcde commit 0691cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
run: |
6868
if [[ -d tests ]]; then
6969
pip install pytest
70-
python -m pytest
70+
python -m pytest # This syntax adds the library to the path
7171
fi
7272
- name: Add the given package filename_prefix
7373
id: package-prefix-arg

0 commit comments

Comments
 (0)