Skip to content

Commit e5f88b0

Browse files
committed
Fix requirements path in molecule workflow to use workspace context
1 parent 8d8c68e commit e5f88b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: insightsengineering/pip-action@v2
2525
with:
2626
packages: package
27-
requirements: "${{ github.repository }}/molecule/requirements.txt"
27+
requirements: "${{ github.workspace }}/molecule/requirements.txt"
2828
- uses: gofrolist/molecule-action@v2
2929
env:
3030
ANSIBLE_FORCE_COLOR: '1'

0 commit comments

Comments
 (0)