Skip to content

Commit

Permalink
update for installing graphmuse
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Jul 18, 2024
1 parent 06ac752 commit 06318ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
shell: bash
- name: Install package with pip
- name: Install Graphmuse
run:
pip install . -v
python setup.py build_ext --inplace
shell: bash
- name: Test with pytest
run: |
cd tests
python -m unittest discover . 'test*.py'
run:
python -m unittest discover ./tests/ 'test*.py'
shell: bash

0 comments on commit 06318ef

Please sign in to comment.