Skip to content

Commit b4b526a

Browse files
committed
skip windows test
1 parent 725b806 commit b4b526a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, 'ci skip')"
99
strategy:
1010
matrix:
11-
os: [macos-latest, windows-latest, ubuntu-latest]
11+
os: [macos-latest, ubuntu-latest]
1212
steps:
1313
- name: Cancel previous run
1414
uses: styfle/[email protected]

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Poisson Image Editing - A Parallel Implementation
22

3+
[![PyPI](https://img.shields.io/pypi/v/pie)](https://pypi.org/project/pie/)
4+
[![Unittest](https://github.com/Trinkle23897/Fast-Poisson-Image-Editing/workflows/Unittest/badge.svg?branch=master)](https://github.com/Trinkle23897/Fast-Poisson-Image-Editing/actions)
5+
36
> Jiayi Weng (jiayiwen), Zixu Chen (zixuc)
47
58
[Poisson Image Editing](https://www.cs.jhu.edu/~misha/Fall07/Papers/Perez03.pdf) is a technique that can blend two images together without artifacts. Given a source image and its corresponding mask, and a coordination on target image, this algorithm can always generate amazing result.
@@ -14,7 +17,6 @@ This project aims to provide a fast poisson image editing algorithm (based on [J
1417
# install cmake >= 3.4
1518
# if you don't have sudo (like GHC), install cmake from source
1619
# on macOS, type `brew install cmake`
17-
$ git submodule update --init --recursive # this is to initialize pybind11
1820
$ pip install .
1921
```
2022

0 commit comments

Comments
 (0)