Skip to content

Commit

Permalink
Merge pull request #198 from atong01/upgrade-ci
Browse files Browse the repository at this point in the history
Upgrade ci
  • Loading branch information
atong01 committed Aug 21, 2023
2 parents 3e8e0f3 + 837a09f commit 8d4ce3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/os-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
max-parallel: 15
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
exclude:
- python-version: '3.7'
os: windows-latest # https://pytorch.org/get-started/locally/#windows-python (actually 3.7 seems to be the problem)
python-version: ['3.8', '3.9', '3.10', '3.11']
defaults:
run:
shell: bash
Expand Down
1 change: 0 additions & 1 deletion torchdyn/numerics/odeint.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Functional API of ODE integration routines, with specialized functions for different options
`odeint` and `odeint_mshooting` prepare and redirect to more specialized routines, detected automatically.
"""
from inspect import getargspec
from typing import List, Tuple, Union, Callable, Dict, Iterable
from warnings import warn

Expand Down

0 comments on commit 8d4ce3c

Please sign in to comment.