From 70f1558069dfc97b8c3d527c73de0db2313fa27d Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Tue, 11 Aug 2026 23:09:16 -0400 Subject: [PATCH 1/2] ci/ga: Use ubuntu-slim for simple CI jobs. Create PRs to master. Post comment comparing docs html. Updating published docs. Creating release wheels and posting them to GH. Signed-off-by: Jan Vesely --- .github/workflows/auto-pr.yml | 2 +- .github/workflows/compare-comment.yml | 2 +- .github/workflows/pnl-ci-docs.yml | 2 +- .github/workflows/test-release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 91b3f85e037..cfc18772493 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -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 diff --git a/.github/workflows/compare-comment.yml b/.github/workflows/compare-comment.yml index af8d445abf0..969375c55b7 100644 --- a/.github/workflows/compare-comment.yml +++ b/.github/workflows/compare-comment.yml @@ -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: diff --git a/.github/workflows/pnl-ci-docs.yml b/.github/workflows/pnl-ci-docs.yml index 862d35c7241..5b8365a1b2a 100644 --- a/.github/workflows/pnl-ci-docs.yml +++ b/.github/workflows/pnl-ci-docs.yml @@ -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: diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 49d75d83961..9033432d3fc 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -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 @@ -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: From f4adebca7746574687fffb08e93402f19fa424de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 02:03:15 +0000 Subject: [PATCH 2/2] requirements: update llvmlite requirement Updates the requirements on [llvmlite](https://github.com/numba/llvmlite) to permit the latest version. - [Release notes](https://github.com/numba/llvmlite/releases) - [Commits](https://github.com/numba/llvmlite/compare/v0.40.0...v0.49.0) --- updated-dependencies: - dependency-name: llvmlite dependency-version: 0.49.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f8196519c1..7e60ee4e699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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