Skip to content

Commit 9af8aa7

Browse files
authored
Merge pull request #528 from ModECI/nml_examples
Fix to CI and regenerated images
2 parents 1c2ee26 + b000a64 commit 9af8aa7

File tree

87 files changed

+2107
-2374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2107
-2374
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: [ "3.8", "3.10", "3.11"]
30+
python-version: [ "3.9", "3.10", "3.11"]
3131
runs-on: [ubuntu-latest, macos-latest, windows-latest]
32+
exclude:
33+
- runs-on: macos-latest
34+
python-version: "3.9"
3235

3336
steps:
3437
- uses: actions/checkout@v4
@@ -49,6 +52,11 @@ jobs:
4952
#- name: Install specific PsyNeuLink branch
5053
# run: python -m pip install git+https://github.com/ModECI/PsyNeuLink@devel
5154

55+
- name: Install HDF5 for pytables on macos-14/latest
56+
if: ${{ matrix.runs-on == 'macos-latest' }}
57+
run: |
58+
brew install hdf5
59+
5260
- name: Install core package
5361
run: python -m pip install .[dev]
5462

docs/MDF_function_specifications.json

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

docs/MDF_function_specifications.md

Lines changed: 121 additions & 105 deletions

docs/MDF_function_specifications.yaml

Lines changed: 132 additions & 107 deletions
Large diffs are not rendered by default.

docs/sphinx/source/api/MDF_function_specifications.md

Lines changed: 121 additions & 105 deletions
-241 Bytes
-36 Bytes
-819 Bytes
-248 Bytes
-232 Bytes

0 commit comments

Comments
 (0)