Skip to content

Filip Installation Failure with Python 3.11 and 3.12 due to igraph 0.9.8 incompatibility #318

Filip Installation Failure with Python 3.11 and 3.12 due to igraph 0.9.8 incompatibility

Filip Installation Failure with Python 3.11 and 3.12 due to igraph 0.9.8 incompatibility #318

Workflow file for this run

name: issue-tracker
on:
issues:
types: [ assigned ]
issue_comment:
types: [ created ]
pull_request:
types: [ closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}