Skip to content

Commit

Permalink
test: Use pre-installed venv in python:2.7.11-wheezy (datacenter#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
takishida authored Aug 16, 2024
1 parent 1c07d3a commit eb4d605
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ jobs:
# pip 21.0 does not support py2 but the default pip in this container
# is too old and fails. Hence the pip version must be 20.3.4.
run: |
pip install --trusted-host pypi.python.org --upgrade pip==20.3.4
pip install virtualenv
virtualenv venv27
source venv27/bin/activate
pip install --trusted-host pypi.python.org --upgrade pip==20.3.4
pip install --trusted-host pypi.python.org -r tests/requirements-py27.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit eb4d605

Please sign in to comment.