Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- development
- experimental
- 'test*'
pull_request_target:
pull_request:
branches:
- master
- development
Expand All @@ -18,8 +18,6 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
pull-requests: write
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -53,24 +51,3 @@ jobs:
pynml -h

./test-ghactions.sh -neuron

- name: Code Coverage Summary
uses: irongut/[email protected]
if: ${{ matrix.python-version == '3.12' }}
with:
output: both
filename: coverage.xml
badge: true
format: markdown
indicators: true
fail_below_min: false
hide_complexity: true
hide_branch_rate: true
thresholds: '50 75'

- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ github.event_name == 'pull_request_target' && matrix.python-version == '3.12' }}
with:
recreate: true
path: code-coverage-results.md
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires =
graphviz
typing; python_version<"3.5"
lxml
numpy<2.0.0
sympy
ppft[dill]

Expand Down Expand Up @@ -96,7 +97,7 @@ vispy-common =
vispy>=0.13.0
scipy
pyopengl
PyOpenGL-accelerate
PyOpenGL-accelerate; python_version<"3.12"

vispy-qt5 =
pyNeuroML[vispy-common]
Expand Down