Skip to content

Commit

Permalink
Install just in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Sep 30, 2024
1 parent c3759a9 commit 94a3bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
run: git fetch --prune --unshallow
- name: "list"
run: pwd && ls -la
- name: install just
run: cargo install just
- name: "deps"
run: python -m pip install -r requirements/local.txt
- name: "package"
run: make package-source
run: just package-source
- name: "list"
run: ls -la ./dist/
- name: "release"
Expand Down

0 comments on commit 94a3bf4

Please sign in to comment.