We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f26e34 commit 29be3dfCopy full SHA for 29be3df
.github/workflows/build-test-gc.yml
@@ -25,12 +25,10 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install system dependencies for graohcut functionality
28
- run: |
29
- run: sudo apt-get install -y libboost-python-dev build-essential
+ run: sudo apt-get install -y libboost-python-dev build-essential
30
- name: Install with test dependencies
31
run: |
32
python -m pip install --upgrade pip
33
python -m pip install .[test]
34
- name: Test with pytest
35
36
- pytest tests/graphcut_/*
+ run: pytest tests/graphcut_/*
0 commit comments