Skip to content

Commit 55447ee

Browse files
committed
fix: python version
1 parent a03ba6f commit 55447ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ jobs:
3737
python$PY_VER -m venv /tmp/venv &&
3838
/tmp/venv/bin/pip install --upgrade pip
3939
"
40-
docker exec xqueue bash -c "python3 --version && which python3"
4140
4241
- name: Install test dependencies and run tests
4342
env:
4443
TOXENV: ${{ matrix.python-version }}-${{ matrix.env-name }}
4544
run: |
46-
docker exec xqueue bash -c "cd /edx/app/xqueue/xqueue/; pip3 install -r requirements/ci.txt"
45+
docker exec xqueue bash -c "cd /edx/app/xqueue/xqueue/; /tmp/venv/bin/pip install -r requirements/ci.txt"
4746
docker exec xqueue bash -c "cd /edx/app/xqueue/xqueue/ && DB_HOST=${{ matrix.db-version }} tox -e ${TOXENV}"

0 commit comments

Comments
 (0)