Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
initialize:
uses: ./.github/workflows/core--initializer.yaml

# Verify that we can install and use 'emcdproj' via Pipx.
pipx-emcdproj:
runs-on: ubuntu-latest
steps:

- name: Pipx Install
run: pipx install emcd-projects

- name: Verify
run: emcdproj --help

test:
needs: [initialize]
uses: emcd/python-project-common/.github/workflows/xrepo--tester.yaml@gha-1
Expand Down