Skip to content

Commit b68212c

Browse files
committed
Added necessary import to fix test workflow
1 parent 84da80c commit b68212c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-library-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
uses: ./.github/actions/fetch_and_run
9292
with:
9393
repository: ${{ github.repository }}
94-
dependency: pytest
94+
dependency: pytest requests
9595
cmd_run: 'pytest'
9696

0 commit comments

Comments
 (0)