Compare commits
1 Commits
64f3256d3d
...
4e87bd4a80
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e87bd4a80 |
@@ -17,8 +17,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Add pipx to PATH
|
||||
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
|
||||
- name: Install poetry
|
||||
run: pip install poetry
|
||||
run: pipx install poetry
|
||||
- name: Build package
|
||||
run: poetry build
|
||||
- name: Install package
|
||||
|
||||
Reference in New Issue
Block a user