Skip to content

Commit

Permalink
Update node version to 22.x and 24.x in GitHub Actions workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
chansigit committed Jul 4, 2024
1 parent 2fffc20 commit 84d956b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-lastest, windows-2016]
node-version: [12.x, 14.x]
node-version: [22.x, 24.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion dynamo/vectorfield/stochastic_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
generate_neighbor_keys,
k_nearest_neighbors,
)

from .utils import VecFldDict, vecfld_from_adata, vector_field_function


Expand Down

0 comments on commit 84d956b

Please sign in to comment.