Skip to content

Commit

Permalink
change(actions): add nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
afermg committed Mar 21, 2024
1 parent 035c6ae commit 6728695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6728695

Please sign in to comment.