Skip to content

Commit

Permalink
chore: testing ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 4, 2024
1 parent 41af1c8 commit eb0ba0f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,20 @@ jobs:
- name: Create virtual environment
run: python3 -m venv .venv
working-directory: /tmp/unpack_reqs/repo_work
working-directory: /tmp/unpack_reqs/openedx/edx-platform

- name: Upgrade pip
run: |
.venv/bin/python3 -m pip install -U pip
working-directory: |
WORK_DIR="/tmp/unpack_reqs"
$WORK_DIR/repo_work
working-directory: /tmp/unpack_reqs/openedx/edx-platform

- name: Download packages
run: |
echo "Downloading packages"
.venv/bin/python3 -m pip download --dest files -r base.txt
base_txt_path="${GITHUB_WORKSPACE}/files/base.txt"
echo "Path of base.txt: ${base_txt_path}"
working-directory: |
WORK_DIR="/tmp/unpack_reqs"
$WORK_DIR/repo_work
working-directory: /tmp/unpack_reqs/openedx/edx-platform

- name: Extract GitHub URLs from base.txt
id: extract
Expand Down

0 comments on commit eb0ba0f

Please sign in to comment.