Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Nov 29, 2023
1 parent 1624388 commit d16c5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Install packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion lcs/generative.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import networkx as nx
import numpy as np
import xgi
from scipy.stats import rv_discrete


def zkc():
Expand Down

0 comments on commit d16c5b6

Please sign in to comment.