We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5827a8e commit f339f0fCopy full SHA for f339f0f
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Budgitree
23
run: pip3 install git+https://github.com/schultzm/Budgitree.git
24
- name: Run Budgitree test
25
- run: python3 ~/.local/bin/budgitree test
+ run: budgitree test
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
0 commit comments