Skip to content

Commit ed9a1a6

Browse files
committed
chore: testing ci check
1 parent beb443a commit ed9a1a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_dependencies.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: |
4949
echo "Downloading packages"
5050
.venv/bin/python3 -m pip download --dest files -r base.txt
51+
base_txt_path="${GITHUB_WORKSPACE}/files/base.txt"
52+
echo "Path of base.txt: ${base_txt_path}"
5153
working-directory: WORK_DIR/repo_work
5254

5355
- name: Extract GitHub URLs from base.txt

0 commit comments

Comments
 (0)