We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc37a0 commit d980bdaCopy full SHA for d980bda
2 files changed
.github/workflows/pre-commit.yml
.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- python-version: [3.8]
+ python-version: [3.10.18]
19
20
steps:
21
- uses: actions/checkout@v2
@@ -27,10 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
python -m pip install pytest
30
-
31
- pip install leidenalg
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- pip install louvain
34
- name: Test with pytest
35
36
- pytest
+ pytest
0 commit comments