Skip to content

Commit

Permalink
Bump rp2y dependency (#334)
Browse files Browse the repository at this point in the history
* add python 3.9 to description

* remove macos

* pin igraph

* add macos

* skip pytest for macos

* skip macos for step

* remove brackets

* add context brackets

* remove igraph version pin
  • Loading branch information
mumichae authored Sep 8, 2022
1 parent 067eb1a commit e578d84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
pip install '.[test]'
- name: Test with pytest
if: ${{ matrix.os != 'macos-latest'}}
run: |
python -m pytest --cov --cov-append --cov-report=term-missing --ignore=tests/integration/ -vv
- name: Upload coverage
if: ${{ matrix.os != 'macos-latest' }}
env:
CODECOV_NAME: ${{ matrix.os }}-${{ matrix.python }}
run: |
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

[bdist_wheel]
build_number = 1
Expand All @@ -58,9 +59,10 @@ install_requires =
scikit-learn
scikit-misc
louvain
leidenalg
umap-learn
pydot
python-igraph
igraph
llvmlite
deprecated
zip_safe = False
Expand Down

0 comments on commit e578d84

Please sign in to comment.