Skip to content

Commit

Permalink
Rework CI Pipeline (#839)
Browse files Browse the repository at this point in the history
Change pypy to pypy27 in tox.

Fix checkout logic

Pin tox requires
  • Loading branch information
TimPansino authored Jun 22, 2023
1 parent 4da4612 commit 658f818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@ RUN sed -i 's/Driver=psqlodbca.so/Driver=\/usr\/lib\/x86_64-linux-gnu\/odbc\/psq
RUN locale-gen --no-purge en_US.UTF-8
ENV LANG=en_US.UTF-8 \ LANGUAGE=en_US:en \ LC_ALL=en_US.UTF-8

# Set user to non-root
ENV HOME /home/github
RUN groupadd -g 1000 github && \
useradd -m -d "${HOME}" -s /bin/bash -u 1000 -g 1000 github
USER 1000:1000
# Use root user
ENV HOME /root
WORKDIR "${HOME}"

# Install pyenv
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
; - python-adapter_gevent-py27

[tox]
requires = virtualenv<20.22.0
setupdir = {toxinidir}
envlist =
python-adapter_cheroot-{py37,py38,py39,py310,py311},
Expand Down

0 comments on commit 658f818

Please sign in to comment.