File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4141 tags : |
4242 ${{ env.CONTAINER_IMAGE }}:latest
4343 ${{ env.CONTAINER_IMAGE }}:${{ github.event.release.tag_name }}
44+
Original file line number Diff line number Diff line change 4242 tags : |
4343 ${{ env.CONTAINER_IMAGE }}:develop
4444 ${{ env.CONTAINER_IMAGE }}:${{ github.sha }}
45+
Original file line number Diff line number Diff line change 1- FROM python:3.9-slim-bullseye
1+ # https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean
2+ # https://github.com/pyproj4/pyproj/issues/1321
3+ FROM python:3.8-slim-bullseye
24
3- RUN pip install pytest=="7.4.4" pytest-cases pytest-rerunfailures pytest-snapshot
5+ RUN pip install pytest=="7.4.4" pytest-cases pytest-rerunfailures pytest-snapshot tox mypy strenum
46RUN apt-get -y update
57RUN apt install -y libsm6 \
68 libxext6 \
@@ -17,3 +19,4 @@ RUN pip install -r requirements.txt
1719COPY . /usr/src/
1820
1921RUN python setup.py install
22+ CMD tox -e py -- tests/integration tests/data
You can’t perform that action at this time.
0 commit comments