Skip to content

Commit

Permalink
ci(github): fix broken local flake paths
Browse files Browse the repository at this point in the history
Local flake paths have issues on CIs. See
NixOS/nix#3978 (comment).
  • Loading branch information
wd15 committed Jul 18, 2023
1 parent 134de58 commit d987b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
path: /run/user/${{ env.UID }}/http_cache.sqlite
key: ${{ runner.os}}-http_cache.sqlite
# Following required because of
# https://github.com/NixOS/nix/issues/3978#issuecomment-1585001299
- run: nix flake lock --update-input systems
- run: nix develop --command bash -c "make simulations"
- run: nix develop --command bash -c "find . -name '*.ipynb' -type f -not -path '*/.ipynb_checkpoints/*' -exec touch {} \;"
- run: nix develop --command bash -c "make notebooks"
Expand Down

0 comments on commit d987b14

Please sign in to comment.