Skip to content

Commit cde0043

Browse files
authored
Merge pull request #896 from oliver-sanders/fix-undeploy
undeploy: install missing dependency
2 parents 9b2766a + 887ba02 commit cde0043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/undeploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
python-version: '3.x'
4545

46+
- name: install deps
47+
run: pip install packaging
48+
4649
- name: configure git
4750
uses: cylc/release-actions/configure-git@v1
4851

0 commit comments

Comments
 (0)