Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jul 4, 2024
1 parent 415c297 commit 2872aa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ jobs:
{% set python %}pypy-{{ prefix[4] }}.{{ prefix[5:] }}{% endset %}
{% set cpython %}pp{{ prefix[4:5] }}{% endset %}
{% set toxpython %}pypy{{ prefix[4] }}.{{ prefix[5:] }}{% endset %}
{% set pypy %}true{% endset %}
{% else %}
{% set python %}{{ prefix[2] }}.{{ prefix[3:] }}{% endset %}
{% set cpython %}cp{{ prefix[2:] }}{% endset %}
{% set toxpython %}python{{ prefix[2] }}.{{ prefix[3:] }}{% endset %}
{% set pypy %}false{% endset %}
{% endif %}
{% for os, python_arch in [
['ubuntu', 'x64'],
Expand All @@ -42,7 +40,6 @@ jobs:
python_arch: '{{ python_arch }}'
tox_env: '{{ env }}'
os: '{{ os }}-latest'
pypy: {{ pypy }}
{% endfor %}
{% endfor %}
steps:
Expand All @@ -54,11 +51,6 @@ jobs:
python-version: {{ '${{ matrix.python }}' }}
architecture: {{ '${{ matrix.python_arch }}' }}

- name: install dependencies (terminfo)
if: >
matrix.pypy
run: >
sudo apt-get install terminfo libtinfo6 libncursesw6
- name: install dependencies
run: |
python -mpip install --progress-bar=off -r ci/requirements.txt
Expand All @@ -71,7 +63,6 @@ jobs:
env:
TOXPYTHON: '{{ '${{ matrix.toxpython }}' }}'
MANHOLE_TEST_TIMEOUT: 40
TERM: xterm
run: >
tox -e {{ '${{ matrix.tox_env }}' }} -v
finish:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ basepython =
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
TERM=xterm
passenv =
*
usedevelop =
Expand Down

0 comments on commit 2872aa0

Please sign in to comment.