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 29be3df commit 044886e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies for graohcut functionality
- name: Install system dependencies for graphcut functionality
run: sudo apt-get install -y libboost-python-dev build-essential
- name: Install with test dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
python -m pip install -v .[test]
- name: Test with pytest
run: pytest tests/graphcut_/*

0 comments on commit 044886e

Please sign in to comment.