Skip to content

Commit

Permalink
Merge pull request #534 from ModECI/test_versions
Browse files Browse the repository at this point in the history
 Remove pin to grpcio-tools==1.42.0  & test Psyneulink on py3.11
  • Loading branch information
pgleeson authored Jun 13, 2024
2 parents 7819333 + 394496d commit f8f8635
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
python -m pytest -v -m "tensorflow" tests/
- name: Test interface PsyNeuLink
if: ${{ matrix.python-version != '3.11'}}
run: |
python -m pip install .[psyneulink]
python -m pytest -v -m "psyneulink" tests/
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ package_dir =

[options.extras_require]
psyneulink =
grpcio-tools==1.42.0
psyneulink

neuroml =
Expand Down

0 comments on commit f8f8635

Please sign in to comment.