Skip to content

Commit

Permalink
pipx talk too little
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 27, 2024
1 parent 6b5ac4d commit 3c0690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with: { python-version: "${{ matrix.python-version }}" }
- run: pip install pipx && pipx install . --pip-args=-vvv && which slap
- run: pip install pipx && pipx install . --pip-args=-vvv --verbose && which slap
- run: slap info
- run: slap test
- run: slap publish --dry
Expand Down

0 comments on commit 3c0690a

Please sign in to comment.