Skip to content

Commit 465d182

Browse files
committed
add pip install for windows/mac/ubuntu
1 parent fbb448b commit 465d182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
date > generated.txt
3232
git config user.name "github-actions[bot]"
3333
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
34-
git config pull.rebase false
34+
git config --global pull.rebase true
3535
git add .
3636
git commit -m "gitbot on `date`"
3737
git pull

0 commit comments

Comments
 (0)