Skip to content

Commit

Permalink
Use mise plugins link
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbode committed Dec 24, 2024
1 parent 7518237 commit a956d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
- name: Mise
uses: jdx/mise-action@v2

- run: mkdir -p ~/.local/share/mise/plugins
- run: ln -s $PWD ~/.local/share/mise/plugins/poetry
- run: mise i poetry@latest python
continue-on-error: true
- run: mise x poetry@latest -- poetry --version
- run: mise plugins link --force "${PWD}"
- run: mise --verbose x poetry@latest -- poetry --version
- run: cat poetry-installer-error-*.log && exit 1
if: failure()

Expand Down
2 changes: 2 additions & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ for DIR in "${FILES[@]}"; do
else
FAILURE+=("${NAME}")
fi

printf '\n'
done

declare -i EXIT=0
Expand Down

0 comments on commit a956d20

Please sign in to comment.