tweag / monad-bayes

A library for probabilistic programming in Haskell.
MIT License
401 stars 62 forks source link

flake.lock: Update #325

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 9 months ago

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
  → 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
• Updated input 'jupyenv':
    'github:tweag/jupyenv/97f76f92fa14814e955a4f6847eaa4198525a19e' (2023-09-11)
  → 'github:tweag/jupyenv/0c86802aaa3ffd3e48c6f0e7403031c9168a8be2' (2023-10-17)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5e4c2ada4fcd54b99d56d7bd62f384511a7e2593' (2023-10-11)
  → 'github:NixOS/nixpkgs/bd645e8668ec6612439a9ee7e71f7eac4099d4f6' (2024-01-02)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/42e1b6095ef80a51f79595d9951eb38e91c4e6ca' (2023-10-09)
  → 'github:cachix/pre-commit-hooks.nix/9d3d7e18c6bc4473d7520200d4ddab12f8402d38' (2023-12-30)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
turion commented 9 months ago

I don't understand why these PRs don't run all CI checks. They should, since flake lock updates in principle can (and did in the past) change pipeline success. Until this is fixed, I'm not going to merge them in order not to risk accidental breakage.

turion commented 6 months ago

See https://github.com/DeterminateSystems/update-flake-lock#running-github-actions-ci, this action cannot run the workflow automatically.