Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
create-pr:
name: Create PR
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- name: Set PR head from dispatch value or default
id: get_refs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compare-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
docs-compare:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
if: github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnl-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
matrix:
# DOCS_PYTHON_VERSION and DOCS_OS
python-version: ['3.11']
os: ['ubuntu-latest']
os: ['ubuntu-slim']

runs-on: ${{ matrix.os }}
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create-python-dist:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
strategy:
matrix:
# Python version in matrix for easier reference
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
TWINE_REPOSITORY_URL: ${{ secrets.TWINE_REPOSITORY_URL }}

publish-github:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
needs: [create-python-dist, test-release]
environment: gh-release
permissions:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ graph-scheduler>=1.2.1, <1.3.0
graphviz>=0.20.0, <0.22.0
grpcio>=1.60.0, <1.84.0
leabra-psyneulink>=0.3.2, <0.3.3
llvmlite>=0.40, <0.49
llvmlite>=0.40, <0.50
matplotlib>=3.7.0, <3.11.2
modeci_mdf>=0.4.3, <0.4.14; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'
networkx>=2.6, <3.7
Expand Down
Loading