Skip to content

Commit 40dfa3b

Browse files
Update osx.yml
1 parent 68088b9 commit 40dfa3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
python3 -m venv ./venv
8585
- name: Where venv??
8686
run: |
87-
if [ ! -d "./venv" ]; then
87+
if [ ! -d "./venv" ]
88+
then
8889
echo "Cant find venv"
8990
find . -name "*venv*"
9091
exit 1

0 commit comments

Comments
 (0)