Python pipx Action
ActionsTags
(1)GitHub Actions for using pipx
Inspired by abatilo's poetry action.
name: CI
on: pull_request
jobs:
ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run image
uses: CfirTsabari/actions-pipx@v1
- name: Run something using pipx
run: pipx run pycowsay
Python pipx Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.