Compare commits

..

No commits in common. "0bb654c2e281b6762e89181df1f777e892b3bffb" and "de4ff0031f50905e736d2f2d552881a04d0fd568" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -15,7 +15,7 @@ INSTALL_POETRY_VERSION="${POETRY_VERSION:-1.3.2}";
mkdir --parents "$CI_CACHE";
command -v python;
python3.10 --version;
python --version;
curl --location https://install.python-poetry.org \
--output "$CI_CACHE/install-poetry.py" \

View File

@ -29,11 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Python ${{ matrix.python.version }}
uses: actions/setup-python@v4
with: