Skip to content

Commit

Permalink
Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbrunet committed Aug 4, 2023
1 parent 8984c38 commit 34dbe28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config --global user.email "caribou@github.com"
git config --global user.name "Caribou Github"
git fetch origin
git rebase origin/master
git merge origin/master
- name: Install pybind11
if: ${{ matrix.PYBIND11_VERSION != '2.4' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git config --global user.email "caribou@github.com"
git config --global user.name "Caribou Github"
git fetch origin
git rebase origin/master
git merge origin/master
# Python
- name: Set up Python
Expand Down

0 comments on commit 34dbe28

Please sign in to comment.