This is to work around a problem in conda with Python 3.7 -
it brings in wrong version of `setuptools` incompatible with Python 3.7.
- name: Install dependencies
run: |
python --version
- python -m ensurepip
+ python -m pip || python -m ensurepip --default-pip --upgrade
python -m pip install --upgrade pip setuptools wheel
pip --version
pip install --upgrade virtualenv "tox >= 2.0, < 4"
mimedecode -t application/pdf -t application/postscript -t text/plain -b text/html -B 'image/*' -i '*/*'
+Version 3.1.0.post6 (2023-09-17)
+
+ GHActions: Ensure `pip` only if needed
+
+ This is to work around a problem in conda with Python 3.7 -
+ it brings in wrong version of `setuptools` incompatible with Python 3.7.
+
Version 3.1.0.post5 (2023-07-07)
Install all Python and PyPy versions from ``conda-forge``.
-__version__ = "3.1.0.post5"
+__version__ = "3.1.0.post6"
__author__ = "Oleg Broytman <phd@phdru.name>"
__copyright__ = "Copyright (C) 2001-2023 PhiloSoft Design"
__license__ = "GNU GPL"