Skip to content

Commit 0b7ac59

Browse files
authored
Update build-test-gc.yml
1 parent 702a163 commit 0b7ac59

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

+6-7
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
ls /lib/x86_64-linux-gnu/libboost_*
3535
- name: Find library
3636
run: python -c "import sys; from ctypes.util import find_library; print('boost_python' + str(sys.version_info.major) + str(sys.version_info.minor), find_library('boost_python' + str(sys.version_info.major) + str(sys.version_info.minor)))"
37-
38-
# - name: Install with test dependencies
39-
# run: |
40-
# python -m pip install --upgrade pip
41-
# python -m pip install -v .[test]
42-
# - name: Test with pytest
43-
# run: pytest tests/graphcut_/*
37+
- name: Install with test dependencies
38+
run: |
39+
python -m pip install --upgrade pip
40+
python -m pip install -v .[test]
41+
- name: Test with pytest
42+
run: pytest tests/graphcut_/*

0 commit comments

Comments
 (0)