Skip to content

Commit e75d14a

Browse files
authored
[ci] Fix obsolete path to requirements.txt (#4517)
Action "Monitor USNs" has been failing: https://github.com/canonical/multipass/actions/workflows/monitor-usns.yml This fixes it: https://github.com/canonical/multipass/actions/runs/19538296586
2 parents 6be1205 + 09db5ce commit e75d14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monitor-usns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Python dependencies
2727
uses: BSFishy/pip-action@v1
2828
with:
29-
requirements: tools/requirements.txt
29+
requirements: tools/process-snaps/requirements.txt
3030

3131
- name: Install Snap dependencies
3232
run: |

0 commit comments

Comments
 (0)