Skip to content

Commit 29be3df

Browse files
authored
Update build-test-gc.yml
1 parent 2f26e34 commit 29be3df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-test-gc.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install system dependencies for graohcut functionality
28-
run: |
29-
run: sudo apt-get install -y libboost-python-dev build-essential
28+
run: sudo apt-get install -y libboost-python-dev build-essential
3029
- name: Install with test dependencies
3130
run: |
3231
python -m pip install --upgrade pip
3332
python -m pip install .[test]
3433
- name: Test with pytest
35-
run: |
36-
pytest tests/graphcut_/*
34+
run: pytest tests/graphcut_/*

0 commit comments

Comments
 (0)