Skip to content

Commit

Permalink
test wheels again
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Dec 6, 2020
1 parent 83d39ea commit 9ebc4f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
FALCON_ASGI_WRAP_NON_COROUTINES: Y
FALCON_TESTING_SESSION: Y
run: |
pip install -f dist --no-index falcon
pip install -f dist --no-index falcon_caselit
python -c 'import sys; sys.path.pop(0); from falcon.cyutil import misc, reader, uri'
pip install 'setuptools>=44'
pip install -r requirements/tests
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
FALCON_TESTING_SESSION: Y
run: |
pip install 'setuptools>=44'
pip install -f dist --no-index falcon
pip install -f dist --no-index falcon_caselit
python -c 'import sys; sys.path.pop(0); from falcon.cyutil import misc, reader, uri'
pip install -r requirements/tests
pytest -q tests ${{ matrix.pytest-extra }}
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
bash -c "
export PATH=/opt/python/${{ matrix.python-version }}/bin:$PATH &&
yum install -y openssl-devel &&
pip install -f dist --no-index falcon &&
pip install -f dist --no-index falcon_caselit &&
pip install 'setuptools>=44' 'cryptography<3.2' &&
python -c 'import sys; sys.path.pop(0); from falcon.cyutil import misc, reader, uri' &&
[[ $PYTHON_VERSION != 'cp35-cp35m' ]] && (
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
bash -c "
export PATH=/opt/python/${{ matrix.python-version }}/bin:$PATH &&
yum install -y openssl-devel &&
pip install -f dist --no-index falcon &&
pip install -f dist --no-index falcon_caselit &&
pip install 'setuptools>=44' 'cryptography<3.2' &&
python -c 'import sys; sys.path.pop(0); from falcon.cyutil import misc, reader, uri' &&
pip install -r requirements/tests &&
Expand Down

0 comments on commit 9ebc4f6

Please sign in to comment.