Skip to content

Commit d980bda

Browse files
committed
Update.
1 parent cdc37a0 commit d980bda

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/python-package.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.8]
18+
python-version: [3.10.18]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -27,10 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install pytest
30-
31-
pip install leidenalg
3230
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33-
pip install louvain
3431
- name: Test with pytest
3532
run: |
36-
pytest
33+
pytest

0 commit comments

Comments
 (0)