From 6728695408ad3d2853e67d925b4e4c852d98cbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20F=2E=20Mu=C3=B1oz?= Date: Thu, 21 Mar 2024 10:37:39 -0400 Subject: [PATCH] change(actions): add nix-shell --- .github/workflows/build_website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index f9cfa3e..64d8f76 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -27,7 +27,7 @@ jobs: - name: Build development environment run: | nix-build - poetry run jupytext --sync pills/scripts/*.py + nix-shell --run 'jupytext --sync pills/scripts/*.py' - uses: quarto-dev/quarto-actions/setup@v2 with: