Skip to content

Commit

Permalink
Update build-test-gc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loli authored Jan 27, 2024
1 parent 702a163 commit 0b7ac59
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-test-gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
ls /lib/x86_64-linux-gnu/libboost_*
- name: Find library
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)))"

# - name: Install with test dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install -v .[test]
# - name: Test with pytest
# run: pytest tests/graphcut_/*
- name: Install with test dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -v .[test]
- name: Test with pytest
run: pytest tests/graphcut_/*

0 comments on commit 0b7ac59

Please sign in to comment.